Html Css Color HEX #053C15 Deep Fir

📋 copy color: '#053C15'

red 5 ◦ green 60 ◦ blue 21

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

Shades of Deep Fir #053C15

Tints of Deep Fir #053C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 69.77%

 BLUE value IS 21 (8.59% from 255) = 24.42%

R = 5.81%
G = 69.77%
B = 24.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#053C15 (or 0x053C15) is known color: Deep Fir. HEX triplet: 05, 3C and 15. RGB value is (5,60,21). Sum of RGB (Red+Green+Blue) = 5+60+21=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 60 (23.83% from 255 or 69.77% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 60 - color contains mainly: green. Hex color #053C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C15 is #FAC3EA. Grayscale: #272727. Windows color (decimal): -16434155 or 1391621. OLE color: 1391621.

HSL color Cylindrical-coordinate representation of color #053C15: hue angle of 137.45º 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 #053C15 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 60 21 -
CMYK 0.92 0 0.65 0.76
HSL 137.45º 0.85% 0.13% -
HSV(B) 137.45º 0.92% 0.24% -
XYZ 1.81 3.32 1.25 -
YUV 39.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 5 60 21 0.92 0 0.65 0.76 137.45 0.85 0.13
Hex 5 3C 15 5C 0 41 4C 89 55 D
Octal 5 74 25 134 0 101 114 211 125 15
Binary 101 111100 10101 1011100 0 1000001 1001100 10001001 1010101 1101

Color Harmonies of #053C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C15

Black with #053C15

Text Example


Text Example

White with #053C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,21); }

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

background-color css

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

 a { background-color: rgb(5,60,21); }

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

border-color css

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

 span { border-color: rgb(5,60,21); }

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