Html Css Color HEX #053B14 Deep Fir

📋 copy color: '#053B14'

red 5 ◦ green 59 ◦ blue 20

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

Shades of Deep Fir #053B14

Tints of Deep Fir #053B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 70.24%

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

R = 5.95%
G = 70.24%
B = 23.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#053B14 (or 0x053B14) is known color: Deep Fir. HEX triplet: 05, 3B and 14. RGB value is (5,59,20). Sum of RGB (Red+Green+Blue) = 5+59+20=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 59 (23.44% from 255 or 70.24% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 59 - color contains mainly: green. Hex color #053B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B14 is #FAC4EB. Grayscale: #262626. Windows color (decimal): -16434412 or 1325829. OLE color: 1325829.

HSL color Cylindrical-coordinate representation of color #053B14: hue angle of 136.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B14 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 59 20 -
CMYK 0.92 0 0.66 0.77
HSL 136.67º 0.84% 0.13% -
HSV(B) 136.67º 0.92% 0.23% -
XYZ 1.75 3.21 1.19 -
YUV 38.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 5 59 20 0.92 0 0.66 0.77 136.67 0.84 0.13
Hex 5 3B 14 5C 0 42 4D 89 54 D
Octal 5 73 24 134 0 102 115 211 124 15
Binary 101 111011 10100 1011100 0 1000010 1001101 10001001 1010100 1101

Color Harmonies of #053B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B14

Black with #053B14

Text Example


Text Example

White with #053B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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