Html Css Color HEX #047066 Pine Green

📋 copy color: '#047066'

red 4 ◦ green 112 ◦ blue 102

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

Shades of Pine Green #047066

Tints of Pine Green #047066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 1.83%
G = 51.38%
B = 46.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#047066 (or 0x047066) is known color: Pine Green. HEX triplet: 04, 70 and 66. RGB value is (4,112,102). Sum of RGB (Red+Green+Blue) = 4+112+102=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #047066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047066 is #FB8F99. Grayscale: #4E4E4E. Windows color (decimal): -16486298 or 6713348. OLE color: 6713348.

HSL color Cylindrical-coordinate representation of color #047066: hue angle of 174.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047066 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 102 -
CMYK 0.96 0 0.09 0.56
HSL 174.44º 0.93% 0.23% -
HSV(B) 174.44º 0.96% 0.44% -
XYZ 8.24 12.57 14.56 -
YUV 78.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 4 112 102 0.96 0 0.09 0.56 174.44 0.93 0.23
Hex 4 70 66 60 0 9 38 AE 5D 17
Octal 4 160 146 140 0 11 70 256 135 27
Binary 100 1110000 1100110 1100000 0 1001 111000 10101110 1011101 10111

Color Harmonies of #047066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047066

Black with #047066

Text Example


Text Example

White with #047066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047066; }

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

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

background-color css

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

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

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

border-color css

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

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

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