Html Css Color HEX #054213 Deep Fir

📋 copy color: '#054213'

red 5 ◦ green 66 ◦ blue 19

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

Shades of Deep Fir #054213

Tints of Deep Fir #054213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 73.33%

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 5.56%
G = 73.33%
B = 21.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#054213 (or 0x054213) is known color: Deep Fir. HEX triplet: 05, 42 and 13. RGB value is (5,66,19). Sum of RGB (Red+Green+Blue) = 5+66+19=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #054213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054213 is #FABDEC. Grayscale: #2A2A2A. Windows color (decimal): -16432621 or 1262085. OLE color: 1262085.

HSL color Cylindrical-coordinate representation of color #054213: hue angle of 133.77º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054213 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 19 -
CMYK 0.92 0 0.71 0.74
HSL 133.77º 0.86% 0.14% -
HSV(B) 133.77º 0.92% 0.26% -
XYZ 2.13 3.98 1.27 -
YUV 42.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 5 66 19 0.92 0 0.71 0.74 133.77 0.86 0.14
Hex 5 42 13 5C 0 47 4A 86 56 E
Octal 5 102 23 134 0 107 112 206 126 16
Binary 101 1000010 10011 1011100 0 1000111 1001010 10000110 1010110 1110

Color Harmonies of #054213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054213

Black with #054213

Text Example


Text Example

White with #054213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054213; }

 p { color: rgb(5,66,19); }

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

background-color css

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

 a { background-color: rgb(5,66,19); }

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

border-color css

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

 span { border-color: rgb(5,66,19); }

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