Html Css Color HEX #053512 Deep Fir

📋 copy color: '#053512'

red 5 ◦ green 53 ◦ blue 18

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

Shades of Deep Fir #053512

Tints of Deep Fir #053512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 69.74%

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 6.58%
G = 69.74%
B = 23.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#053512 (or 0x053512) is known color: Deep Fir. HEX triplet: 05, 35 and 12. RGB value is (5,53,18). Sum of RGB (Red+Green+Blue) = 5+53+18=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #053512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053512 is #FACAED. Grayscale: #222222. Windows color (decimal): -16435950 or 1193221. OLE color: 1193221.

HSL color Cylindrical-coordinate representation of color #053512: hue angle of 136.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053512 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 18 -
CMYK 0.91 0 0.66 0.79
HSL 136.25º 0.83% 0.11% -
HSV(B) 136.25º 0.91% 0.21% -
XYZ 1.44 2.62 1 -
YUV 34.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 5 53 18 0.91 0 0.66 0.79 136.25 0.83 0.11
Hex 5 35 12 5B 0 42 4F 88 53 B
Octal 5 65 22 133 0 102 117 210 123 13
Binary 101 110101 10010 1011011 0 1000010 1001111 10001000 1010011 1011

Color Harmonies of #053512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053512

Black with #053512

Text Example


Text Example

White with #053512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053512; }

 p { color: rgb(5,53,18); }

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

background-color css

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

 a { background-color: rgb(5,53,18); }

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

border-color css

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

 span { border-color: rgb(5,53,18); }

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