Html Css Color HEX #053212 Deep Fir

📋 copy color: '#053212'

red 5 ◦ green 50 ◦ blue 18

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

Shades of Deep Fir #053212

Tints of Deep Fir #053212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 68.49%

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

R = 6.85%
G = 68.49%
B = 24.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#053212 (or 0x053212) is known color: Deep Fir. HEX triplet: 05, 32 and 12. RGB value is (5,50,18). Sum of RGB (Red+Green+Blue) = 5+50+18=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #053212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053212 is #FACDED. Grayscale: #202020. Windows color (decimal): -16436718 or 1192453. OLE color: 1192453.

HSL color Cylindrical-coordinate representation of color #053212: hue angle of 137.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053212 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 18 -
CMYK 0.90 0 0.64 0.80
HSL 137.33º 0.82% 0.11% -
HSV(B) 137.33º 0.9% 0.2% -
XYZ 1.31 2.36 0.96 -
YUV 32.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 5 50 18 0.90 0 0.64 0.80 137.33 0.82 0.11
Hex 5 32 12 5A 0 40 50 89 52 B
Octal 5 62 22 132 0 100 120 211 122 13
Binary 101 110010 10010 1011010 0 1000000 1010000 10001001 1010010 1011

Color Harmonies of #053212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053212

Black with #053212

Text Example


Text Example

White with #053212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053212; }

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

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

background-color css

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

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

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

border-color css

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

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

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