#037F74

Color #037F74 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #037F74

Tints of Surfie Green #037F74

Color information

#037F74 (or 0x037F74) is unknown color: approx Surfie Green. HEX triplet: 03, 7F and 74. RGB value is (3,127,116). Sum of RGB (Red+Green+Blue) = 3+127+116=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #037F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F74 is #FC808B. Grayscale: #585858. Windows color (decimal): -16547980 or 7634691. OLE color: 7634691.

HSL color Cylindrical-coordinate representation of color #037F74: hue angle of 174.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F74 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB3127116-
CMYK0.9800.090.50
HSL174.68º95.38%25.49%-
HSV(B)174.68º97.64%49.8%-
XYZ10.7816.4619.13-
YUV88.67143.4266.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=1.22%
G=51.63%
B=47.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31271160.9800.090.50174.6895.3825.49
Hex37F74620932af5f19
Octal31771641420116225713731
Binary111111111111010011000100100111001010101111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037F74; }

 p { color: rgb(3,127,116); }

 H1.HeaderClassName
 {
   color: #037F74;
 }
 .AnyTagClassName
 {
   color: #037F74;
 }
</style>
background-color css

<style>
 a { background-color: #037F74; }

 a { background-color: rgb(3,127,116); }

 div.DivClassName
 {
   background-color: #037F74;
 }
 .BgClassName
 {
   background-color: #037F74;
 }
</style>
border-color css

<style>
 span { border-color: #037F74; }

 span { border-color: rgb(3,127,116); }

 td.TdClassName
 {
   border-color: #037F74;
 }
 .TagClassName
 {
   border-color: #037F74;
 }
</style>