Html Css Color HEX #053D14 Deep Fir

📋 copy color: '#053D14'

red 5 ◦ green 61 ◦ blue 20

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

Shades of Deep Fir #053D14

Tints of Deep Fir #053D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 70.93%

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

R = 5.81%
G = 70.93%
B = 23.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#053D14 (or 0x053D14) is known color: Deep Fir. HEX triplet: 05, 3D and 14. RGB value is (5,61,20). Sum of RGB (Red+Green+Blue) = 5+61+20=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 61 (24.22% from 255 or 70.93% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 61 - color contains mainly: green. Hex color #053D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D14 is #FAC2EB. Grayscale: #272727. Windows color (decimal): -16433900 or 1326341. OLE color: 1326341.

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

Color convert

RGB 5 61 20 -
CMYK 0.92 0 0.67 0.76
HSL 136.07º 0.85% 0.13% -
HSV(B) 136.07º 0.92% 0.24% -
XYZ 1.86 3.42 1.22 -
YUV 39.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 5 61 20 0.92 0 0.67 0.76 136.07 0.85 0.13
Hex 5 3D 14 5C 0 43 4C 88 55 D
Octal 5 75 24 134 0 103 114 210 125 15
Binary 101 111101 10100 1011100 0 1000011 1001100 10001000 1010101 1101

Color Harmonies of #053D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D14

Black with #053D14

Text Example


Text Example

White with #053D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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