Html Css Color HEX #053F10 Deep Fir

📋 copy color: '#053F10'

red 5 ◦ green 63 ◦ blue 16

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

Shades of Deep Fir #053F10

Tints of Deep Fir #053F10

RGB

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

 GREEN value IS 63 (25% from 255) = 75%

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

R = 5.95%
G = 75%
B = 19.05%

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

#053F10 (or 0x053F10) is known color: Deep Fir. HEX triplet: 05, 3F and 10. RGB value is (5,63,16). Sum of RGB (Red+Green+Blue) = 5+63+16=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 63 (25% from 255 or 75% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 63 - color contains mainly: green. Hex color #053F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F10 is #FAC0EF. Grayscale: #282828. Windows color (decimal): -16433392 or 1064709. OLE color: 1064709.

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

Color convert

RGB 5 63 16 -
CMYK 0.92 0 0.75 0.75
HSL 131.38º 0.85% 0.13% -
HSV(B) 131.38º 0.92% 0.25% -
XYZ 1.93 3.62 1.09 -
YUV 40.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 5 63 16 0.92 0 0.75 0.75 131.38 0.85 0.13
Hex 5 3F 10 5C 0 4B 4B 83 55 D
Octal 5 77 20 134 0 113 113 203 125 15
Binary 101 111111 10000 1011100 0 1001011 1001011 10000011 1010101 1101

Color Harmonies of #053F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F10

Black with #053F10

Text Example


Text Example

White with #053F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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