#00360F

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

Shades of Deep Fir #00360F

Tints of Deep Fir #00360F

Color information

#00360F (or 0x00360F) is unknown color: approx Deep Fir. HEX triplet: 00, 36 and 0F. RGB value is (0,54,15). Sum of RGB (Red+Green+Blue) = 0+54+15=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 54 (21.48% from 255 or 78.26% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 54 - color contains mainly: green. Hex color #00360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00360F is #FFC9F0. Grayscale: #212121. Windows color (decimal): -16763377 or 996864. OLE color: 996864.

HSL color Cylindrical-coordinate representation of color #00360F: hue angle of 136.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00360F is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB05415-
CMYK100.720.79
HSL136.67º100%10.59%-
HSV(B)136.67º100%21.18%-
XYZ1.412.670.89-
YUV33.41117.61104.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 78.26%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=0%
G=78.26%
B=21.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05415100.720.79136.6710010.59
Hex036F640484F8964b
Octal06617144011011721114413
Binary0110110111111001000100100010011111000100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00360F; }

 p { color: rgb(0,54,15); }

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

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

 a { background-color: rgb(0,54,15); }

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

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

 span { border-color: rgb(0,54,15); }

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