Html Css Color HEX #00370E Deep Fir

📋 copy color: '#00370E'

red 0 ◦ green 55 ◦ blue 14

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

Shades of Deep Fir #00370E

Tints of Deep Fir #00370E

RGB

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

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

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

R = 0%
G = 79.71%
B = 20.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#00370E (or 0x00370E) is known color: Deep Fir. HEX triplet: 00, 37 and 0E. RGB value is (0,55,14). Sum of RGB (Red+Green+Blue) = 0+55+14=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 55 (21.88% from 255 or 79.71% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 55 - color contains mainly: green. Hex color #00370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00370E is #FFC8F1. Grayscale: #212121. Windows color (decimal): -16763122 or 931584. OLE color: 931584.

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

Color convert

RGB 0 55 14 -
CMYK 1 0 0.75 0.78
HSL 135.27º 1% 0.11% -
HSV(B) 135.27º 1% 0.22% -
XYZ 1.45 2.76 0.87 -
YUV 33.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 0 55 14 1 0 0.75 0.78 135.27 1 0.11
Hex 0 37 E 64 0 4B 4E 87 64 B
Octal 0 67 16 144 0 113 116 207 144 13
Binary 0 110111 1110 1100100 0 1001011 1001110 10000111 1100100 1011

Color Harmonies of #00370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00370E

Black with #00370E

Text Example


Text Example

White with #00370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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