#092318

Color #092318 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #092318

Tints of Dark Green #092318

Color information

#092318 (or 0x092318) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 18. RGB value is (9,35,24). Sum of RGB (Red+Green+Blue) = 9+35+24=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #092318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092318 is #F6DCE7. Grayscale: #191919. Windows color (decimal): -16178408 or 1581833. OLE color: 1581833.

HSL color Cylindrical-coordinate representation of color #092318: hue angle of 154.62º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #092318 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB93524-
CMYK0.7400.310.86
HSL154.62º59.09%8.63%-
HSV(B)154.62º74.29%13.73%-
XYZ0.881.331.07-
YUV25.97126.89115.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.24%
GREEN value IS 35 (14.06% from 255) = 51.47%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=13.24%
G=51.47%
B=35.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935240.7400.310.86154.6259.098.63
Hex923184A01F569b3b9
Octal1143301120371262337311
Binary10011000111100010010100111111010110100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092318; }

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

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

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

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

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

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

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

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