Html Css Color HEX #053510 Deep Fir

📋 copy color: '#053510'

red 5 ◦ green 53 ◦ blue 16

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

Shades of Deep Fir #053510

Tints of Deep Fir #053510

RGB

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

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

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

R = 6.76%
G = 71.62%
B = 21.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#053510 (or 0x053510) is known color: Deep Fir. HEX triplet: 05, 35 and 10. RGB value is (5,53,16). Sum of RGB (Red+Green+Blue) = 5+53+16=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #053510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053510 is #FACAEF. Grayscale: #222222. Windows color (decimal): -16435952 or 1062149. OLE color: 1062149.

HSL color Cylindrical-coordinate representation of color #053510: hue angle of 133.75º 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 #053510 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 16 -
CMYK 0.91 0 0.70 0.79
HSL 133.75º 0.83% 0.11% -
HSV(B) 133.75º 0.91% 0.21% -
XYZ 1.43 2.62 0.92 -
YUV 34.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 5 53 16 0.91 0 0.70 0.79 133.75 0.83 0.11
Hex 5 35 10 5B 0 46 4F 86 53 B
Octal 5 65 20 133 0 106 117 206 123 13
Binary 101 110101 10000 1011011 0 1000110 1001111 10000110 1010011 1011

Color Harmonies of #053510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053510

Black with #053510

Text Example


Text Example

White with #053510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053510; }

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

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

background-color css

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

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

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

border-color css

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

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

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