Html Css Color HEX #054812 Deep Fir

📋 copy color: '#054812'

red 5 ◦ green 72 ◦ blue 18

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

Shades of Deep Fir #054812

Tints of Deep Fir #054812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 75.79%

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

R = 5.26%
G = 75.79%
B = 18.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#054812 (or 0x054812) is known color: Deep Fir. HEX triplet: 05, 48 and 12. RGB value is (5,72,18). Sum of RGB (Red+Green+Blue) = 5+72+18=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #054812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054812 is #FAB7ED. Grayscale: #2D2D2D. Windows color (decimal): -16431086 or 1198085. OLE color: 1198085.

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

Color convert

RGB 5 72 18 -
CMYK 0.93 0 0.75 0.72
HSL 131.64º 0.87% 0.15% -
HSV(B) 131.64º 0.93% 0.28% -
XYZ 2.49 4.71 1.35 -
YUV 45.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 5 72 18 0.93 0 0.75 0.72 131.64 0.87 0.15
Hex 5 48 12 5D 0 4B 48 84 57 F
Octal 5 110 22 135 0 113 110 204 127 17
Binary 101 1001000 10010 1011101 0 1001011 1001000 10000100 1010111 1111

Color Harmonies of #054812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054812

Black with #054812

Text Example


Text Example

White with #054812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054812; }

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

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

background-color css

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

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

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

border-color css

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

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

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