Html Css Color HEX #093520 Dark Green

📋 copy color: '#093520'

red 9 ◦ green 53 ◦ blue 32

#093520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #093520

Tints of Dark Green #093520

RGB

 RED value IS 9 (3.91% from 255) = 9.57%

 GREEN value IS 53 (21.09% from 255) = 56.38%

 BLUE value IS 32 (12.89% from 255) = 34.04%

R = 9.57%
G = 56.38%
B = 34.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#093520 (or 0x093520) is known color: Dark Green. HEX triplet: 09, 35 and 20. RGB value is (9,53,32). Sum of RGB (Red+Green+Blue) = 9+53+32=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #093520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093520 is #F6CADF. Grayscale: #252525. Windows color (decimal): -16173792 or 2110729. OLE color: 2110729.

HSL color Cylindrical-coordinate representation of color #093520: hue angle of 151.36º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093520 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 53 32 -
CMYK 0.83 0 0.40 0.79
HSL 151.36º 0.71% 0.12% -
HSV(B) 151.36º 0.83% 0.21% -
XYZ 1.65 2.71 1.8 -
YUV 37.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 9 53 32 0.83 0 0.40 0.79 151.36 0.71 0.12
Hex 9 35 20 53 0 28 4F 97 47 C
Octal 11 65 40 123 0 50 117 227 107 14
Binary 1001 110101 100000 1010011 0 101000 1001111 10010111 1000111 1100

Color Harmonies of #093520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093520

Black with #093520

Text Example


Text Example

White with #093520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093520; }

 p { color: rgb(9,53,32); }

 H1.HeaderClassName
 {
   color: #093520;
 }
 .AnyTagClassName
 {
   color: #093520;
 }
</style>

background-color css

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

 a { background-color: rgb(9,53,32); }

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

border-color css

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

 span { border-color: rgb(9,53,32); }

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