#013808

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

Shades of Deep Fir #013808

Tints of Deep Fir #013808

Color information

#013808 (or 0x013808) is unknown color: approx Deep Fir. HEX triplet: 01, 38 and 08. RGB value is (1,56,8). Sum of RGB (Red+Green+Blue) = 1+56+8=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 56 (22.27% from 255 or 86.15% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 56 - color contains mainly: green. Hex color #013808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013808 is #FEC7F7. Grayscale: #222222. Windows color (decimal): -16697336 or 538625. OLE color: 538625.

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

Color convert

RGB1568-
CMYK0.9800.860.78
HSL127.64º96.49%11.18%-
HSV(B)127.64º98.21%21.96%-
XYZ1.472.850.7-
YUV34.08113.28104.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 56 (22.27% from 255) = 86.15%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=1.54%
G=86.15%
B=12.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15680.9800.860.78127.6496.4911.18
Hex1388620564E8060b
Octal17010142012611620014013
Binary1111000100011000100101011010011101000000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013808; }

 p { color: rgb(1,56,8); }

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

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

 a { background-color: rgb(1,56,8); }

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

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

 span { border-color: rgb(1,56,8); }

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