#09342A

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

Shades of Dark Green #09342A

Tints of Dark Green #09342A

Color information

#09342A (or 0x09342A) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 2A. RGB value is (9,52,42). Sum of RGB (Red+Green+Blue) = 9+52+42=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #09342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09342A is #F6CBD5. Grayscale: #262626. Windows color (decimal): -16174038 or 2765833. OLE color: 2765833.

HSL color Cylindrical-coordinate representation of color #09342A: hue angle of 166.05º 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 #09342A is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB95242-
CMYK0.8300.190.80
HSL166.05º70.49%11.96%-
HSV(B)166.05º82.69%20.39%-
XYZ1.762.682.62-
YUV38130.25107.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=8.74%
G=50.49%
B=40.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952420.8300.190.80166.0570.4911.96
Hex9342A5301350a646c
Octal11645212302312024610614
Binary1001110100101010101001101001110100001010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09342A; }

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

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

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

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

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

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

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

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