Html Css Color HEX #053B0C Deep Fir

📋 copy color: '#053B0C'

red 5 ◦ green 59 ◦ blue 12

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

Shades of Deep Fir #053B0C

Tints of Deep Fir #053B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 6.58%
G = 77.63%
B = 15.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#053B0C (or 0x053B0C) is known color: Deep Fir. HEX triplet: 05, 3B and 0C. RGB value is (5,59,12). Sum of RGB (Red+Green+Blue) = 5+59+12=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 59 (23.44% from 255 or 77.63% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 59 - color contains mainly: green. Hex color #053B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B0C is #FAC4F3. Grayscale: #252525. Windows color (decimal): -16434420 or 801541. OLE color: 801541.

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

Color convert

RGB 5 59 12 -
CMYK 0.92 0 0.80 0.77
HSL 127.78º 0.84% 0.13% -
HSV(B) 127.78º 0.92% 0.23% -
XYZ 1.69 3.19 0.87 -
YUV 37.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 5 59 12 0.92 0 0.80 0.77 127.78 0.84 0.13
Hex 5 3B C 5C 0 50 4D 80 54 D
Octal 5 73 14 134 0 120 115 200 124 15
Binary 101 111011 1100 1011100 0 1010000 1001101 10000000 1010100 1101

Color Harmonies of #053B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B0C

Black with #053B0C

Text Example


Text Example

White with #053B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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