Html Css Color HEX #036D66 Pine Green

📋 copy color: '#036D66'

red 3 ◦ green 109 ◦ blue 102

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

Shades of Pine Green #036D66

Tints of Pine Green #036D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.93%

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 1.4%
G = 50.93%
B = 47.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#036D66 (or 0x036D66) is known color: Pine Green. HEX triplet: 03, 6D and 66. RGB value is (3,109,102). Sum of RGB (Red+Green+Blue) = 3+109+102=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #036D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D66 is #FC9299. Grayscale: #4C4C4C. Windows color (decimal): -16552602 or 6712579. OLE color: 6712579.

HSL color Cylindrical-coordinate representation of color #036D66: hue angle of 176.04º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D66 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 109 102 -
CMYK 0.97 0 0.06 0.57
HSL 176.04º 0.95% 0.22% -
HSV(B) 176.04º 0.97% 0.43% -
XYZ 7.9 11.92 14.45 -
YUV 76.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 3 109 102 0.97 0 0.06 0.57 176.04 0.95 0.22
Hex 3 6D 66 61 0 6 39 B0 5F 16
Octal 3 155 146 141 0 6 71 260 137 26
Binary 11 1101101 1100110 1100001 0 110 111001 10110000 1011111 10110

Color Harmonies of #036D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D66

Black with #036D66

Text Example


Text Example

White with #036D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036D66; }

 p { color: rgb(3,109,102); }

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

background-color css

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

 a { background-color: rgb(3,109,102); }

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

border-color css

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

 span { border-color: rgb(3,109,102); }

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