Html Css Color HEX #05370B Deep Fir

📋 copy color: '#05370B'

red 5 ◦ green 55 ◦ blue 11

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

Shades of Deep Fir #05370B

Tints of Deep Fir #05370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.49%

R = 7.04%
G = 77.46%
B = 15.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#05370B (or 0x05370B) is known color: Deep Fir. HEX triplet: 05, 37 and 0B. RGB value is (5,55,11). Sum of RGB (Red+Green+Blue) = 5+55+11=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #05370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05370B is #FAC8F4. Grayscale: #232323. Windows color (decimal): -16435445 or 734981. OLE color: 734981.

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

Color convert

RGB 5 55 11 -
CMYK 0.91 0 0.8 0.78
HSL 127.2º 0.83% 0.12% -
HSV(B) 127.2º 0.91% 0.22% -
XYZ 1.49 2.79 0.78 -
YUV 35.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 5 55 11 0.91 0 0.8 0.78 127.2 0.83 0.12
Hex 5 37 B 5B 0 50 4E 7F 53 C
Octal 5 67 13 133 0 120 116 177 123 14
Binary 101 110111 1011 1011011 0 1010000 1001110 1111111 1010011 1100

Color Harmonies of #05370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05370B

Black with #05370B

Text Example


Text Example

White with #05370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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