Html Css Color HEX #053910 Deep Fir

📋 copy color: '#053910'

red 5 ◦ green 57 ◦ blue 16

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

Shades of Deep Fir #053910

Tints of Deep Fir #053910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 73.08%

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

R = 6.41%
G = 73.08%
B = 20.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#053910 (or 0x053910) is known color: Deep Fir. HEX triplet: 05, 39 and 10. RGB value is (5,57,16). Sum of RGB (Red+Green+Blue) = 5+57+16=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #053910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053910 is #FAC6EF. Grayscale: #242424. Windows color (decimal): -16434928 or 1063173. OLE color: 1063173.

HSL color Cylindrical-coordinate representation of color #053910: hue angle of 132.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053910 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 16 -
CMYK 0.91 0 0.72 0.78
HSL 132.69º 0.84% 0.12% -
HSV(B) 132.69º 0.91% 0.22% -
XYZ 1.62 3 0.98 -
YUV 36.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 5 57 16 0.91 0 0.72 0.78 132.69 0.84 0.12
Hex 5 39 10 5B 0 48 4E 85 54 C
Octal 5 71 20 133 0 110 116 205 124 14
Binary 101 111001 10000 1011011 0 1001000 1001110 10000101 1010100 1100

Color Harmonies of #053910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053910

Black with #053910

Text Example


Text Example

White with #053910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053910; }

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

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

background-color css

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

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

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

border-color css

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

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

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