#092725

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

Shades of Dark Green #092725

Tints of Dark Green #092725

Color information

#092725 (or 0x092725) is unknown color: approx Dark Green. HEX triplet: 09, 27 and 25. RGB value is (9,39,37). Sum of RGB (Red+Green+Blue) = 9+39+37=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #092725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092725 is #F6D8DA. Grayscale: #1D1D1D. Windows color (decimal): -16177371 or 2434825. OLE color: 2434825.

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

Color convert

RGB93937-
CMYK0.7700.050.85
HSL176º62.5%9.41%-
HSV(B)176º76.92%15.29%-
XYZ1.171.642.01-
YUV29.8132.06113.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 39 (15.62% from 255) = 45.88%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=10.59%
G=45.88%
B=43.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939370.7700.050.8517662.59.41
Hex927254D0555b03e9
Octal114745115051252607611
Binary1001100111100101100110101011010101101100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092725; }

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

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

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

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

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

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

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

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