Html Css Color HEX #053915 Deep Fir

📋 copy color: '#053915'

red 5 ◦ green 57 ◦ blue 21

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

Shades of Deep Fir #053915

Tints of Deep Fir #053915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 6.02%
G = 68.67%
B = 25.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#053915 (or 0x053915) is known color: Deep Fir. HEX triplet: 05, 39 and 15. RGB value is (5,57,21). Sum of RGB (Red+Green+Blue) = 5+57+21=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #053915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053915 is #FAC6EA. Grayscale: #252525. Windows color (decimal): -16434923 or 1390853. OLE color: 1390853.

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

Color convert

RGB 5 57 21 -
CMYK 0.91 0 0.63 0.78
HSL 138.46º 0.84% 0.12% -
HSV(B) 138.46º 0.91% 0.22% -
XYZ 1.66 3.01 1.2 -
YUV 37.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 5 57 21 0.91 0 0.63 0.78 138.46 0.84 0.12
Hex 5 39 15 5B 0 3F 4E 8A 54 C
Octal 5 71 25 133 0 77 116 212 124 14
Binary 101 111001 10101 1011011 0 111111 1001110 10001010 1010100 1100

Color Harmonies of #053915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053915

Black with #053915

Text Example


Text Example

White with #053915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053915; }

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

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

background-color css

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

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

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

border-color css

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

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

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