Html Css Color HEX #00370C Deep Fir

📋 copy color: '#00370C'

red 0 ◦ green 55 ◦ blue 12

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

Shades of Deep Fir #00370C

Tints of Deep Fir #00370C

RGB

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

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

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

R = 0%
G = 82.09%
B = 17.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#00370C (or 0x00370C) is known color: Deep Fir. HEX triplet: 00, 37 and 0C. RGB value is (0,55,12). Sum of RGB (Red+Green+Blue) = 0+55+12=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 55 (21.88% from 255 or 82.09% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 55 - color contains mainly: green. Hex color #00370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00370C is #FFC8F3. Grayscale: #212121. Windows color (decimal): -16763124 or 800512. OLE color: 800512.

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

Color convert

RGB 0 55 12 -
CMYK 1 0 0.78 0.78
HSL 133.09º 1% 0.11% -
HSV(B) 133.09º 1% 0.22% -
XYZ 1.43 2.76 0.8 -
YUV 33.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 0 55 12 1 0 0.78 0.78 133.09 1 0.11
Hex 0 37 C 64 0 4E 4E 85 64 B
Octal 0 67 14 144 0 116 116 205 144 13
Binary 0 110111 1100 1100100 0 1001110 1001110 10000101 1100100 1011

Color Harmonies of #00370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00370C

Black with #00370C

Text Example


Text Example

White with #00370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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