Html Css Color HEX #046C66 Pine Green

📋 copy color: '#046C66'

red 4 ◦ green 108 ◦ blue 102

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

Shades of Pine Green #046C66

Tints of Pine Green #046C66

RGB

 RED value IS 4 (1.95% from 255) = 1.87%

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

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

R = 1.87%
G = 50.47%
B = 47.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#046C66 (or 0x046C66) is known color: Pine Green. HEX triplet: 04, 6C and 66. RGB value is (4,108,102). Sum of RGB (Red+Green+Blue) = 4+108+102=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #046C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C66 is #FB9399. Grayscale: #4C4C4C. Windows color (decimal): -16487322 or 6712324. OLE color: 6712324.

HSL color Cylindrical-coordinate representation of color #046C66: hue angle of 176.54º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C66 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 108 102 -
CMYK 0.96 0 0.06 0.58
HSL 176.54º 0.93% 0.22% -
HSV(B) 176.54º 0.96% 0.42% -
XYZ 7.81 11.71 14.42 -
YUV 76.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 4 108 102 0.96 0 0.06 0.58 176.54 0.93 0.22
Hex 4 6C 66 60 0 6 3A B1 5D 16
Octal 4 154 146 140 0 6 72 261 135 26
Binary 100 1101100 1100110 1100000 0 110 111010 10110001 1011101 10110

Color Harmonies of #046C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C66

Black with #046C66

Text Example


Text Example

White with #046C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046C66; }

 p { color: rgb(4,108,102); }

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

background-color css

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

 a { background-color: rgb(4,108,102); }

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

border-color css

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

 span { border-color: rgb(4,108,102); }

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