Html Css Color HEX #054010 Deep Fir

📋 copy color: '#054010'

red 5 ◦ green 64 ◦ blue 16

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

Shades of Deep Fir #054010

Tints of Deep Fir #054010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 75.29%

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 5.88%
G = 75.29%
B = 18.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#054010 (or 0x054010) is known color: Deep Fir. HEX triplet: 05, 40 and 10. RGB value is (5,64,16). Sum of RGB (Red+Green+Blue) = 5+64+16=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #054010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054010 is #FABFEF. Grayscale: #292929. Windows color (decimal): -16433136 or 1064965. OLE color: 1064965.

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

Color convert

RGB 5 64 16 -
CMYK 0.92 0 0.75 0.75
HSL 131.19º 0.86% 0.14% -
HSV(B) 131.19º 0.92% 0.25% -
XYZ 1.99 3.74 1.11 -
YUV 40.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 5 64 16 0.92 0 0.75 0.75 131.19 0.86 0.14
Hex 5 40 10 5C 0 4B 4B 83 56 E
Octal 5 100 20 134 0 113 113 203 126 16
Binary 101 1000000 10000 1011100 0 1001011 1001011 10000011 1010110 1110

Color Harmonies of #054010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054010

Black with #054010

Text Example


Text Example

White with #054010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054010; }

 p { color: rgb(5,64,16); }

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

background-color css

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

 a { background-color: rgb(5,64,16); }

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

border-color css

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

 span { border-color: rgb(5,64,16); }

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