Html Css Color HEX #037772 Pine Green

📋 copy color: '#037772'

red 3 ◦ green 119 ◦ blue 114

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

Shades of Pine Green #037772

Tints of Pine Green #037772

RGB

 RED value IS 3 (1.56% from 255) = 1.27%

 GREEN value IS 119 (46.88% from 255) = 50.42%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 1.27%
G = 50.42%
B = 48.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#037772 (or 0x037772) is known color: Pine Green. HEX triplet: 03, 77 and 72. RGB value is (3,119,114). Sum of RGB (Red+Green+Blue) = 3+119+114=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #037772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037772 is #FC888D. Grayscale: #535353. Windows color (decimal): -16550030 or 7501571. OLE color: 7501571.

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

Color convert

RGB 3 119 114 -
CMYK 0.97 0 0.04 0.53
HSL 177.41º 0.95% 0.24% -
HSV(B) 177.41º 0.97% 0.47% -
XYZ 9.67 14.43 18.19 -
YUV 83.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 3 119 114 0.97 0 0.04 0.53 177.41 0.95 0.24
Hex 3 77 72 61 0 4 35 B1 5F 18
Octal 3 167 162 141 0 4 65 261 137 30
Binary 11 1110111 1110010 1100001 0 100 110101 10110001 1011111 11000

Color Harmonies of #037772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037772

Black with #037772

Text Example


Text Example

White with #037772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037772; }

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

 H1.HeaderClassName
 {
   color: #037772;
 }
 .AnyTagClassName
 {
   color: #037772;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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