#00450C

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

Shades of Deep Fir #00450C

Tints of Deep Fir #00450C

Color information

#00450C (or 0x00450C) is unknown color: approx Deep Fir. HEX triplet: 00, 45 and 0C. RGB value is (0,69,12). Sum of RGB (Red+Green+Blue) = 0+69+12=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 69 (27.34% from 255 or 85.19% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 69 - color contains mainly: green. Hex color #00450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00450C is #FFBAF3. Grayscale: #2A2A2A. Windows color (decimal): -16759540 or 804096. OLE color: 804096.

HSL color Cylindrical-coordinate representation of color #00450C: hue angle of 130.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00450C is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB06912-
CMYK100.830.73
HSL130.43º100%13.53%-
HSV(B)130.43º100%27.06%-
XYZ2.194.281.06-
YUV41.87111.1498.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 85.19%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=0%
G=85.19%
B=14.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06912100.830.73130.4310013.53
Hex045C64053498264e
Octal010514144012311120214416
Binary01000101110011001000101001110010011000001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00450C; }

 p { color: rgb(0,69,12); }

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

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

 a { background-color: rgb(0,69,12); }

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

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

 span { border-color: rgb(0,69,12); }

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