Html Css Color HEX #054614 Deep Fir

📋 copy color: '#054614'

red 5 ◦ green 70 ◦ blue 20

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

Shades of Deep Fir #054614

Tints of Deep Fir #054614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 73.68%

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

R = 5.26%
G = 73.68%
B = 21.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#054614 (or 0x054614) is known color: Deep Fir. HEX triplet: 05, 46 and 14. RGB value is (5,70,20). Sum of RGB (Red+Green+Blue) = 5+70+20=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 70 (27.73% from 255 or 73.68% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 70 - color contains mainly: green. Hex color #054614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054614 is #FAB9EB. Grayscale: #2D2D2D. Windows color (decimal): -16431596 or 1328645. OLE color: 1328645.

HSL color Cylindrical-coordinate representation of color #054614: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054614 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 70 20 -
CMYK 0.93 0 0.71 0.73
HSL 133.85º 0.87% 0.15% -
HSV(B) 133.85º 0.93% 0.27% -
XYZ 2.38 4.46 1.4 -
YUV 44.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 5 70 20 0.93 0 0.71 0.73 133.85 0.87 0.15
Hex 5 46 14 5D 0 47 49 86 57 F
Octal 5 106 24 135 0 107 111 206 127 17
Binary 101 1000110 10100 1011101 0 1000111 1001001 10000110 1010111 1111

Color Harmonies of #054614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054614

Black with #054614

Text Example


Text Example

White with #054614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054614; }

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

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

background-color css

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

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

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

border-color css

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

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

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