Html Css Color HEX #046F71 Pine Green

📋 copy color: '#046F71'

red 4 ◦ green 111 ◦ blue 113

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

Shades of Pine Green #046F71

Tints of Pine Green #046F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.68%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 1.75%
G = 48.68%
B = 49.56%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046F71 (or 0x046F71) is known color: Pine Green. HEX triplet: 04, 6F and 71. RGB value is (4,111,113). Sum of RGB (Red+Green+Blue) = 4+111+113=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #046F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F71 is #FB908E. Grayscale: #4F4F4F. Windows color (decimal): -16486543 or 7433988. OLE color: 7433988.

HSL color Cylindrical-coordinate representation of color #046F71: hue angle of 181.1º 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 #046F71 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 111 113 -
CMYK 0.96 0.02 0 0.56
HSL 181.1º 0.93% 0.23% -
HSV(B) 181.1º 0.96% 0.44% -
XYZ 8.72 12.59 17.59 -
YUV 79.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 4 111 113 0.96 0.02 0 0.56 181.1 0.93 0.23
Hex 4 6F 71 60 2 0 38 B5 5D 17
Octal 4 157 161 140 2 0 70 265 135 27
Binary 100 1101111 1110001 1100000 10 0 111000 10110101 1011101 10111

Color Harmonies of #046F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F71

Black with #046F71

Text Example


Text Example

White with #046F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,111,113); }

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

background-color css

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

 a { background-color: rgb(4,111,113); }

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

border-color css

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

 span { border-color: rgb(4,111,113); }

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