Html Css Color HEX #053310 Deep Fir

📋 copy color: '#053310'

red 5 ◦ green 51 ◦ blue 16

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

Shades of Deep Fir #053310

Tints of Deep Fir #053310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 22.22%

R = 6.94%
G = 70.83%
B = 22.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#053310 (or 0x053310) is known color: Deep Fir. HEX triplet: 05, 33 and 10. RGB value is (5,51,16). Sum of RGB (Red+Green+Blue) = 5+51+16=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #053310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053310 is #FACCEF. Grayscale: #212121. Windows color (decimal): -16436464 or 1061637. OLE color: 1061637.

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

Color convert

RGB 5 51 16 -
CMYK 0.90 0 0.69 0.8
HSL 134.35º 0.82% 0.11% -
HSV(B) 134.35º 0.9% 0.2% -
XYZ 1.34 2.44 0.89 -
YUV 33.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 5 51 16 0.90 0 0.69 0.8 134.35 0.82 0.11
Hex 5 33 10 5A 0 45 50 86 52 B
Octal 5 63 20 132 0 105 120 206 122 13
Binary 101 110011 10000 1011010 0 1000101 1010000 10000110 1010010 1011

Color Harmonies of #053310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053310

Black with #053310

Text Example


Text Example

White with #053310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053310; }

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

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

background-color css

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

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

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

border-color css

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

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

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