#003B08

Color #003B08 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #003B08

Tints of Deep Fir #003B08

Color information

#003B08 (or 0x003B08) is unknown color: approx Deep Fir. HEX triplet: 00, 3B and 08. RGB value is (0,59,8). Sum of RGB (Red+Green+Blue) = 0+59+8=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 59 (23.44% from 255 or 88.06% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 59 - color contains mainly: green. Hex color #003B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B08 is #FFC4F7. Grayscale: #232323. Windows color (decimal): -16762104 or 539392. OLE color: 539392.

HSL color Cylindrical-coordinate representation of color #003B08: hue angle of 128.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B08 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB0598-
CMYK100.860.77
HSL128.14º100%11.57%-
HSV(B)128.14º100%23.14%-
XYZ1.613.150.75-
YUV35.54112.45102.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 88.06%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=0%
G=88.06%
B=11.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0598100.860.77128.1410011.57
Hex03B8640564D8064c
Octal07310144012611520014414
Binary0111011100011001000101011010011011000000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003B08; }

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

 H1.HeaderClassName
 {
   color: #003B08;
 }
 .AnyTagClassName
 {
   color: #003B08;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #003B08;
 }
 .BgClassName
 {
   background-color: #003B08;
 }
</style>
border-color css

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

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

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