#092518

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

Shades of Dark Green #092518

Tints of Dark Green #092518

Color information

#092518 (or 0x092518) is unknown color: approx Dark Green. HEX triplet: 09, 25 and 18. RGB value is (9,37,24). Sum of RGB (Red+Green+Blue) = 9+37+24=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #092518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092518 is #F6DAE7. Grayscale: #1B1B1B. Windows color (decimal): -16177896 or 1582345. OLE color: 1582345.

HSL color Cylindrical-coordinate representation of color #092518: hue angle of 152.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092518 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB93724-
CMYK0.7600.350.85
HSL152.14º60.87%9.02%-
HSV(B)152.14º75.68%14.51%-
XYZ0.941.451.09-
YUV27.15126.22115.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=12.86%
G=52.86%
B=34.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937240.7600.350.85152.1460.879.02
Hex925184C02355983d9
Octal1145301140431252307511
Binary100110010111000100110001000111010101100110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092518; }

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

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

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

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

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

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

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

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