Html Css Color HEX #05390C Deep Fir

📋 copy color: '#05390C'

red 5 ◦ green 57 ◦ blue 12

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

Shades of Deep Fir #05390C

Tints of Deep Fir #05390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16.22%

R = 6.76%
G = 77.03%
B = 16.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#05390C (or 0x05390C) is known color: Deep Fir. HEX triplet: 05, 39 and 0C. RGB value is (5,57,12). Sum of RGB (Red+Green+Blue) = 5+57+12=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #05390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05390C is #FAC6F3. Grayscale: #242424. Windows color (decimal): -16434932 or 801029. OLE color: 801029.

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

Color convert

RGB 5 57 12 -
CMYK 0.91 0 0.79 0.78
HSL 128.08º 0.84% 0.12% -
HSV(B) 128.08º 0.91% 0.22% -
XYZ 1.59 2.99 0.84 -
YUV 36.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 5 57 12 0.91 0 0.79 0.78 128.08 0.84 0.12
Hex 5 39 C 5B 0 4F 4E 80 54 C
Octal 5 71 14 133 0 117 116 200 124 14
Binary 101 111001 1100 1011011 0 1001111 1001110 10000000 1010100 1100

Color Harmonies of #05390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05390C

Black with #05390C

Text Example


Text Example

White with #05390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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