Html Css Color HEX #046F6D Pine Green

📋 copy color: '#046F6D'

red 4 ◦ green 111 ◦ blue 109

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

Shades of Pine Green #046F6D

Tints of Pine Green #046F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 1.79%
G = 49.55%
B = 48.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#046F6D (or 0x046F6D) is known color: Pine Green. HEX triplet: 04, 6F and 6D. RGB value is (4,111,109). Sum of RGB (Red+Green+Blue) = 4+111+109=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #046F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F6D is #FB9092. Grayscale: #4E4E4E. Windows color (decimal): -16486547 or 7171844. OLE color: 7171844.

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

Color convert

RGB 4 111 109 -
CMYK 0.96 0 0.02 0.56
HSL 178.88º 0.93% 0.23% -
HSV(B) 178.88º 0.96% 0.44% -
XYZ 8.49 12.5 16.43 -
YUV 78.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 4 111 109 0.96 0 0.02 0.56 178.88 0.93 0.23
Hex 4 6F 6D 60 0 2 38 B3 5D 17
Octal 4 157 155 140 0 2 70 263 135 27
Binary 100 1101111 1101101 1100000 0 10 111000 10110011 1011101 10111

Color Harmonies of #046F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F6D

Black with #046F6D

Text Example


Text Example

White with #046F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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