#09382B

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

Shades of Dark Green #09382B

Tints of Dark Green #09382B

Color information

#09382B (or 0x09382B) is unknown color: approx Dark Green. HEX triplet: 09, 38 and 2B. RGB value is (9,56,43). Sum of RGB (Red+Green+Blue) = 9+56+43=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #09382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382B is #F6C7D4. Grayscale: #282828. Windows color (decimal): -16173013 or 2832393. OLE color: 2832393.

HSL color Cylindrical-coordinate representation of color #09382B: hue angle of 163.4º 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 #09382B is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB95643-
CMYK0.8400.230.78
HSL163.4º72.31%12.75%-
HSV(B)163.4º83.93%21.96%-
XYZ1.963.062.77-
YUV40.47129.43105.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=8.33%
G=51.85%
B=39.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956430.8400.230.78163.472.3112.75
Hex9382B540174Ea348d
Octal11705312402711624311015
Binary1001111000101011101010001011110011101010001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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