#037077

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

Shades of Surfie Green #037077

Tints of Surfie Green #037077

Color information

#037077 (or 0x037077) is unknown color: approx Surfie Green. HEX triplet: 03, 70 and 77. RGB value is (3,112,119). Sum of RGB (Red+Green+Blue) = 3+112+119=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #037077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037077 is #FC8F88. Grayscale: #505050. Windows color (decimal): -16551817 or 7827459. OLE color: 7827459.

HSL color Cylindrical-coordinate representation of color #037077: hue angle of 183.62º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037077 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3112119-
CMYK0.970.0600.53
HSL183.62º95.08%23.92%-
HSV(B)183.62º97.48%46.67%-
XYZ9.1612.9419.47-
YUV80.21149.8972.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=1.28%
G=47.86%
B=50.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31121190.970.0600.53183.6295.0823.92
Hex37077616035b85f18
Octal3160167141606527013730
Binary11111000011101111100001110011010110111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037077; }

 p { color: rgb(3,112,119); }

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

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

 a { background-color: rgb(3,112,119); }

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

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

 span { border-color: rgb(3,112,119); }

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