#093423

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

Shades of Dark Green #093423

Tints of Dark Green #093423

Color information

#093423 (or 0x093423) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 23. RGB value is (9,52,35). Sum of RGB (Red+Green+Blue) = 9+52+35=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #093423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093423 is #F6CBDC. Grayscale: #252525. Windows color (decimal): -16174045 or 2307081. OLE color: 2307081.

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

Color convert

RGB95235-
CMYK0.8300.330.80
HSL156.28º70.49%11.96%-
HSV(B)156.28º82.69%20.39%-
XYZ1.642.642.01-
YUV37.2126.75107.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 52 (20.70% from 255) = 54.17%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=9.38%
G=54.17%
B=36.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952350.8300.330.80156.2870.4911.96
Hex9342353021509c46c
Octal11644312304112023410614
Binary10011101001000111010011010000110100001001110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093423; }

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

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

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

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

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

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

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

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