#037776

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

Shades of Surfie Green #037776

Tints of Surfie Green #037776

Color information

#037776 (or 0x037776) is unknown color: approx Surfie Green. HEX triplet: 03, 77 and 76. RGB value is (3,119,118). Sum of RGB (Red+Green+Blue) = 3+119+118=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #037776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037776 is #FC8889. Grayscale: #545454. Windows color (decimal): -16550026 or 7763715. OLE color: 7763715.

HSL color Cylindrical-coordinate representation of color #037776: hue angle of 179.48º 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 #037776 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB3119118-
CMYK0.9700.010.53
HSL179.48º95.08%23.92%-
HSV(B)179.48º97.48%46.67%-
XYZ9.914.5219.42-
YUV84.2147.0770.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.25%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=1.25%
G=49.58%
B=49.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31191180.9700.010.53179.4895.0823.92
Hex37776610135b35f18
Octal3167166141016526313730
Binary111110111111011011000010111010110110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037776; }

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

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

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

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

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

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

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

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