Html Css Color HEX #054612 Deep Fir

📋 copy color: '#054612'

red 5 ◦ green 70 ◦ blue 18

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

Shades of Deep Fir #054612

Tints of Deep Fir #054612

RGB

 RED value IS 5 (2.34% from 255) = 5.38%

 GREEN value IS 70 (27.73% from 255) = 75.27%

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 5.38%
G = 75.27%
B = 19.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#054612 (or 0x054612) is known color: Deep Fir. HEX triplet: 05, 46 and 12. RGB value is (5,70,18). Sum of RGB (Red+Green+Blue) = 5+70+18=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 70 (27.73% from 255 or 75.27% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 70 - color contains mainly: green. Hex color #054612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054612 is #FAB9ED. Grayscale: #2C2C2C. Windows color (decimal): -16431598 or 1197573. OLE color: 1197573.

HSL color Cylindrical-coordinate representation of color #054612: hue angle of 132º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054612 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 70 18 -
CMYK 0.93 0 0.74 0.73
HSL 132º 0.87% 0.15% -
HSV(B) 132º 0.93% 0.27% -
XYZ 2.36 4.46 1.31 -
YUV 44.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 5 70 18 0.93 0 0.74 0.73 132 0.87 0.15
Hex 5 46 12 5D 0 4A 49 84 57 F
Octal 5 106 22 135 0 112 111 204 127 17
Binary 101 1000110 10010 1011101 0 1001010 1001001 10000100 1010111 1111

Color Harmonies of #054612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054612

Black with #054612

Text Example


Text Example

White with #054612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054612; }

 p { color: rgb(5,70,18); }

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

background-color css

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

 a { background-color: rgb(5,70,18); }

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

border-color css

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

 span { border-color: rgb(5,70,18); }

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