Html Css Color HEX #054D13 Deep Fir

📋 copy color: '#054D13'

red 5 ◦ green 77 ◦ blue 19

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

Shades of Deep Fir #054D13

Tints of Deep Fir #054D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 76.24%

 BLUE value IS 19 (7.81% from 255) = 18.81%

R = 4.95%
G = 76.24%
B = 18.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#054D13 (or 0x054D13) is known color: Deep Fir. HEX triplet: 05, 4D and 13. RGB value is (5,77,19). Sum of RGB (Red+Green+Blue) = 5+77+19=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #054D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054D13 is #FAB2EC. Grayscale: #313131. Windows color (decimal): -16429805 or 1264901. OLE color: 1264901.

HSL color Cylindrical-coordinate representation of color #054D13: hue angle of 131.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D13 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 77 19 -
CMYK 0.94 0 0.75 0.70
HSL 131.67º 0.88% 0.16% -
HSV(B) 131.67º 0.94% 0.3% -
XYZ 2.83 5.39 1.51 -
YUV 48.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 5 77 19 0.94 0 0.75 0.70 131.67 0.88 0.16
Hex 5 4D 13 5E 0 4B 46 84 58 10
Octal 5 115 23 136 0 113 106 204 130 20
Binary 101 1001101 10011 1011110 0 1001011 1000110 10000100 1011000 10000

Color Harmonies of #054D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D13

Black with #054D13

Text Example


Text Example

White with #054D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054D13; }

 p { color: rgb(5,77,19); }

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

background-color css

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

 a { background-color: rgb(5,77,19); }

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

border-color css

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

 span { border-color: rgb(5,77,19); }

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