Html Css Color HEX #054514 Deep Fir

📋 copy color: '#054514'

red 5 ◦ green 69 ◦ blue 20

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

Shades of Deep Fir #054514

Tints of Deep Fir #054514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 73.4%

 BLUE value IS 20 (8.2% from 255) = 21.28%

R = 5.32%
G = 73.4%
B = 21.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#054514 (or 0x054514) is known color: Deep Fir. HEX triplet: 05, 45 and 14. RGB value is (5,69,20). Sum of RGB (Red+Green+Blue) = 5+69+20=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 69 (27.34% from 255 or 73.40% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 69 - color contains mainly: green. Hex color #054514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054514 is #FABAEB. Grayscale: #2C2C2C. Windows color (decimal): -16431852 or 1328389. OLE color: 1328389.

HSL color Cylindrical-coordinate representation of color #054514: hue angle of 134.06º degrees, saturation: 0.86, 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 #054514 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 20 -
CMYK 0.93 0 0.71 0.73
HSL 134.06º 0.86% 0.15% -
HSV(B) 134.06º 0.93% 0.27% -
XYZ 2.32 4.34 1.38 -
YUV 44.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 5 69 20 0.93 0 0.71 0.73 134.06 0.86 0.15
Hex 5 45 14 5D 0 47 49 86 56 F
Octal 5 105 24 135 0 107 111 206 126 17
Binary 101 1000101 10100 1011101 0 1000111 1001001 10000110 1010110 1111

Color Harmonies of #054514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054514

Black with #054514

Text Example


Text Example

White with #054514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054514; }

 p { color: rgb(5,69,20); }

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

background-color css

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

 a { background-color: rgb(5,69,20); }

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

border-color css

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

 span { border-color: rgb(5,69,20); }

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