#093218

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

Shades of Deep Fir #093218

Tints of Deep Fir #093218

Color information

#093218 (or 0x093218) is unknown color: approx Deep Fir. HEX triplet: 09, 32 and 18. RGB value is (9,50,24). Sum of RGB (Red+Green+Blue) = 9+50+24=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #093218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093218 is #F6CDE7. Grayscale: #222222. Windows color (decimal): -16174568 or 1585673. OLE color: 1585673.

HSL color Cylindrical-coordinate representation of color #093218: hue angle of 141.95º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093218 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB95024-
CMYK0.8200.520.80
HSL141.95º69.49%11.57%-
HSV(B)141.95º82%19.61%-
XYZ1.422.411.25-
YUV34.78121.92109.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=10.84%
G=60.24%
B=28.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950240.8200.520.80141.9569.4911.57
Hex9321852034508e45c
Octal11623012206412021610514
Binary1001110010110001010010011010010100001000111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093218; }

 p { color: rgb(9,50,24); }

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

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

 a { background-color: rgb(9,50,24); }

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

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

 span { border-color: rgb(9,50,24); }

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