Html Css Color HEX #037776 Surfie Green

📋 copy color: '#037776'

red 3 ◦ green 119 ◦ blue 118

#037776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #037776

Tints of Surfie Green #037776

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 value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#037776 (or 0x037776) is known color: 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

RGB 3 119 118 -
CMYK 0.97 0 0.01 0.53
HSL 179.48º 0.95% 0.24% -
HSV(B) 179.48º 0.97% 0.47% -
XYZ 9.9 14.52 19.42 -
YUV 84.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 3 119 118 0.97 0 0.01 0.53 179.48 0.95 0.24
Hex 3 77 76 61 0 1 35 B3 5F 18
Octal 3 167 166 141 0 1 65 263 137 30
Binary 11 1110111 1110110 1100001 0 1 110101 10110011 1011111 11000

Color Harmonies of #037776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037776

Black with #037776

Text Example


Text Example

White with #037776

Text Example


Text Example

HTML Codes & Css Web 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>