Html Css Color HEX #054B14 Deep Fir

📋 copy color: '#054B14'

red 5 ◦ green 75 ◦ blue 20

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

Shades of Deep Fir #054B14

Tints of Deep Fir #054B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 75%

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

R = 5%
G = 75%
B = 20%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#054B14 (or 0x054B14) is known color: Deep Fir. HEX triplet: 05, 4B and 14. RGB value is (5,75,20). Sum of RGB (Red+Green+Blue) = 5+75+20=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 75 (29.69% from 255 or 75% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 75 - color contains mainly: green. Hex color #054B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B14 is #FAB4EB. Grayscale: #2F2F2F. Windows color (decimal): -16430316 or 1329925. OLE color: 1329925.

HSL color Cylindrical-coordinate representation of color #054B14: hue angle of 132.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B14 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 75 20 -
CMYK 0.93 0 0.73 0.71
HSL 132.86º 0.88% 0.16% -
HSV(B) 132.86º 0.93% 0.29% -
XYZ 2.7 5.11 1.51 -
YUV 47.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 5 75 20 0.93 0 0.73 0.71 132.86 0.88 0.16
Hex 5 4B 14 5D 0 49 47 85 58 10
Octal 5 113 24 135 0 111 107 205 130 20
Binary 101 1001011 10100 1011101 0 1001001 1000111 10000101 1011000 10000

Color Harmonies of #054B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B14

Black with #054B14

Text Example


Text Example

White with #054B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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