Html Css Color HEX #053312 Deep Fir

📋 copy color: '#053312'

red 5 ◦ green 51 ◦ blue 18

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

Shades of Deep Fir #053312

Tints of Deep Fir #053312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 68.92%

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

R = 6.76%
G = 68.92%
B = 24.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#053312 (or 0x053312) is known color: Deep Fir. HEX triplet: 05, 33 and 12. RGB value is (5,51,18). Sum of RGB (Red+Green+Blue) = 5+51+18=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #053312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053312 is #FACCED. Grayscale: #212121. Windows color (decimal): -16436462 or 1192709. OLE color: 1192709.

HSL color Cylindrical-coordinate representation of color #053312: hue angle of 136.96º 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 #053312 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 18 -
CMYK 0.90 0 0.65 0.8
HSL 136.96º 0.82% 0.11% -
HSV(B) 136.96º 0.9% 0.2% -
XYZ 1.36 2.44 0.97 -
YUV 33.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 5 51 18 0.90 0 0.65 0.8 136.96 0.82 0.11
Hex 5 33 12 5A 0 41 50 89 52 B
Octal 5 63 22 132 0 101 120 211 122 13
Binary 101 110011 10010 1011010 0 1000001 1010000 10001001 1010010 1011

Color Harmonies of #053312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053312

Black with #053312

Text Example


Text Example

White with #053312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053312; }

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

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

background-color css

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

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

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

border-color css

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

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

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