Html Css Color HEX #05370F Deep Fir

📋 copy color: '#05370F'

red 5 ◦ green 55 ◦ blue 15

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

Shades of Deep Fir #05370F

Tints of Deep Fir #05370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20%

R = 6.67%
G = 73.33%
B = 20%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#05370F (or 0x05370F) is known color: Deep Fir. HEX triplet: 05, 37 and 0F. RGB value is (5,55,15). Sum of RGB (Red+Green+Blue) = 5+55+15=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #05370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05370F is #FAC8F0. Grayscale: #232323. Windows color (decimal): -16435441 or 997125. OLE color: 997125.

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

Color convert

RGB 5 55 15 -
CMYK 0.91 0 0.73 0.78
HSL 132º 0.83% 0.12% -
HSV(B) 132º 0.91% 0.22% -
XYZ 1.52 2.8 0.91 -
YUV 35.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 5 55 15 0.91 0 0.73 0.78 132 0.83 0.12
Hex 5 37 F 5B 0 49 4E 84 53 C
Octal 5 67 17 133 0 111 116 204 123 14
Binary 101 110111 1111 1011011 0 1001001 1001110 10000100 1010011 1100

Color Harmonies of #05370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05370F

Black with #05370F

Text Example


Text Example

White with #05370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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