Html Css Color HEX #00370D Deep Fir

📋 copy color: '#00370D'

red 0 ◦ green 55 ◦ blue 13

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

Shades of Deep Fir #00370D

Tints of Deep Fir #00370D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 13 (5.47% from 255) = 19.12%

R = 0%
G = 80.88%
B = 19.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#00370D (or 0x00370D) is known color: Deep Fir. HEX triplet: 00, 37 and 0D. RGB value is (0,55,13). Sum of RGB (Red+Green+Blue) = 0+55+13=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 55 (21.88% from 255 or 80.88% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 55 - color contains mainly: green. Hex color #00370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00370D is #FFC8F2. Grayscale: #212121. Windows color (decimal): -16763123 or 866048. OLE color: 866048.

HSL color Cylindrical-coordinate representation of color #00370D: hue angle of 134.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00370D is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 55 13 -
CMYK 1 0 0.76 0.78
HSL 134.18º 1% 0.11% -
HSV(B) 134.18º 1% 0.22% -
XYZ 1.44 2.76 0.84 -
YUV 33.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 0 55 13 1 0 0.76 0.78 134.18 1 0.11
Hex 0 37 D 64 0 4C 4E 86 64 B
Octal 0 67 15 144 0 114 116 206 144 13
Binary 0 110111 1101 1100100 0 1001100 1001110 10000110 1100100 1011

Color Harmonies of #00370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00370D

Black with #00370D

Text Example


Text Example

White with #00370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00370D; }

 p { color: rgb(0,55,13); }

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

background-color css

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

 a { background-color: rgb(0,55,13); }

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

border-color css

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

 span { border-color: rgb(0,55,13); }

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