Html Css Color HEX #003708 Deep Fir

📋 copy color: '#003708'

red 0 ◦ green 55 ◦ blue 8

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

Shades of Deep Fir #003708

Tints of Deep Fir #003708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.7%

R = 0%
G = 87.3%
B = 12.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#003708 (or 0x003708) is known color: Deep Fir. HEX triplet: 00, 37 and 08. RGB value is (0,55,8). Sum of RGB (Red+Green+Blue) = 0+55+8=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 55 (21.88% from 255 or 87.30% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 55 - color contains mainly: green. Hex color #003708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003708 is #FFC8F7. Grayscale: #212121. Windows color (decimal): -16763128 or 538368. OLE color: 538368.

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

Color convert

RGB 0 55 8 -
CMYK 1 0 0.85 0.78
HSL 128.73º 1% 0.11% -
HSV(B) 128.73º 1% 0.22% -
XYZ 1.41 2.75 0.69 -
YUV 33.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 0 55 8 1 0 0.85 0.78 128.73 1 0.11
Hex 0 37 8 64 0 55 4E 81 64 B
Octal 0 67 10 144 0 125 116 201 144 13
Binary 0 110111 1000 1100100 0 1010101 1001110 10000001 1100100 1011

Color Harmonies of #003708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003708

Black with #003708

Text Example


Text Example

White with #003708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003708; }

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

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

background-color css

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

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

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

border-color css

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

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

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