Html Css Color HEX #053714 Deep Fir

📋 copy color: '#053714'

red 5 ◦ green 55 ◦ blue 20

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

Shades of Deep Fir #053714

Tints of Deep Fir #053714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 68.75%

 BLUE value IS 20 (8.2% from 255) = 25%

R = 6.25%
G = 68.75%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#053714 (or 0x053714) is known color: Deep Fir. HEX triplet: 05, 37 and 14. RGB value is (5,55,20). Sum of RGB (Red+Green+Blue) = 5+55+20=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #053714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053714 is #FAC8EB. Grayscale: #242424. Windows color (decimal): -16435436 or 1324805. OLE color: 1324805.

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

Color convert

RGB 5 55 20 -
CMYK 0.91 0 0.64 0.78
HSL 138º 0.83% 0.12% -
HSV(B) 138º 0.91% 0.22% -
XYZ 1.56 2.82 1.12 -
YUV 36.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 5 55 20 0.91 0 0.64 0.78 138 0.83 0.12
Hex 5 37 14 5B 0 40 4E 8A 53 C
Octal 5 67 24 133 0 100 116 212 123 14
Binary 101 110111 10100 1011011 0 1000000 1001110 10001010 1010011 1100

Color Harmonies of #053714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053714

Black with #053714

Text Example


Text Example

White with #053714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053714; }

 p { color: rgb(5,55,20); }

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

background-color css

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

 a { background-color: rgb(5,55,20); }

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

border-color css

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

 span { border-color: rgb(5,55,20); }

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