Html Css Color HEX #05370E Deep Fir

📋 copy color: '#05370E'

red 5 ◦ green 55 ◦ blue 14

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

Shades of Deep Fir #05370E

Tints of Deep Fir #05370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.92%

R = 6.76%
G = 74.32%
B = 18.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#05370E (or 0x05370E) is known color: Deep Fir. HEX triplet: 05, 37 and 0E. RGB value is (5,55,14). Sum of RGB (Red+Green+Blue) = 5+55+14=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #05370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05370E is #FAC8F1. Grayscale: #232323. Windows color (decimal): -16435442 or 931589. OLE color: 931589.

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

Color convert

RGB 5 55 14 -
CMYK 0.91 0 0.75 0.78
HSL 130.8º 0.83% 0.12% -
HSV(B) 130.8º 0.91% 0.22% -
XYZ 1.51 2.8 0.88 -
YUV 35.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 5 55 14 0.91 0 0.75 0.78 130.8 0.83 0.12
Hex 5 37 E 5B 0 4B 4E 83 53 C
Octal 5 67 16 133 0 113 116 203 123 14
Binary 101 110111 1110 1011011 0 1001011 1001110 10000011 1010011 1100

Color Harmonies of #05370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05370E

Black with #05370E

Text Example


Text Example

White with #05370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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