#09382A

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

Shades of Dark Green #09382A

Tints of Dark Green #09382A

Color information

#09382A (or 0x09382A) is unknown color: approx Dark Green. HEX triplet: 09, 38 and 2A. RGB value is (9,56,42). Sum of RGB (Red+Green+Blue) = 9+56+42=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #09382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382A is #F6C7D5. Grayscale: #282828. Windows color (decimal): -16173014 or 2766857. OLE color: 2766857.

HSL color Cylindrical-coordinate representation of color #09382A: hue angle of 162.13º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09382A is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB95642-
CMYK0.8400.250.78
HSL162.13º72.31%12.75%-
HSV(B)162.13º83.93%21.96%-
XYZ1.943.052.68-
YUV40.35128.93105.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 56 (22.27% from 255) = 52.34%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=8.41%
G=52.34%
B=39.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956420.8400.250.78162.1372.3112.75
Hex9382A540194Ea248d
Octal11705212403111624211015
Binary1001111000101010101010001100110011101010001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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