Html Css Color HEX #036C6A Pine Green

📋 copy color: '#036C6A'

red 3 ◦ green 108 ◦ blue 106

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

Shades of Pine Green #036C6A

Tints of Pine Green #036C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.77%

 BLUE value IS 106 (41.8% from 255) = 48.85%

R = 1.38%
G = 49.77%
B = 48.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#036C6A (or 0x036C6A) is known color: Pine Green. HEX triplet: 03, 6C and 6A. RGB value is (3,108,106). Sum of RGB (Red+Green+Blue) = 3+108+106=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #036C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C6A is #FC9395. Grayscale: #4C4C4C. Windows color (decimal): -16552854 or 6974467. OLE color: 6974467.

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

Color convert

RGB 3 108 106 -
CMYK 0.97 0 0.02 0.58
HSL 178.86º 0.95% 0.22% -
HSV(B) 178.86º 0.97% 0.42% -
XYZ 8 11.79 15.49 -
YUV 76.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 3 108 106 0.97 0 0.02 0.58 178.86 0.95 0.22
Hex 3 6C 6A 61 0 2 3A B3 5F 16
Octal 3 154 152 141 0 2 72 263 137 26
Binary 11 1101100 1101010 1100001 0 10 111010 10110011 1011111 10110

Color Harmonies of #036C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C6A

Black with #036C6A

Text Example


Text Example

White with #036C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,108,106); }

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

background-color css

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

 a { background-color: rgb(3,108,106); }

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

border-color css

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

 span { border-color: rgb(3,108,106); }

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