#084B13

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

Shades of Deep Fir #084B13

Tints of Deep Fir #084B13

Color information

#084B13 (or 0x084B13) is unknown color: approx Deep Fir. HEX triplet: 08, 4B and 13. RGB value is (8,75,19). Sum of RGB (Red+Green+Blue) = 8+75+19=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 75 (29.69% from 255 or 73.53% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 75 - color contains mainly: green. Hex color #084B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084B13 is #F7B4EC. Grayscale: #303030. Windows color (decimal): -16233709 or 1264392. OLE color: 1264392.

HSL color Cylindrical-coordinate representation of color #084B13: hue angle of 129.85º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B13 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB87519-
CMYK0.8900.750.71
HSL129.85º80.72%16.27%-
HSV(B)129.85º89.33%29.41%-
XYZ2.735.131.46-
YUV48.58111.399.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 75 (29.69% from 255) = 73.53%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=7.84%
G=73.53%
B=18.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875190.8900.750.71129.8580.7216.27
Hex84B135904B47825110
Octal1011323131011310720212120
Binary1000100101110011101100101001011100011110000010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084B13; }

 p { color: rgb(8,75,19); }

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

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

 a { background-color: rgb(8,75,19); }

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

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

 span { border-color: rgb(8,75,19); }

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