Html Css Color HEX #093521 Dark Green

📋 copy color: '#093521'

red 9 ◦ green 53 ◦ blue 33

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

Shades of Dark Green #093521

Tints of Dark Green #093521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 34.74%

R = 9.47%
G = 55.79%
B = 34.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#093521 (or 0x093521) is known color: Dark Green. HEX triplet: 09, 35 and 21. RGB value is (9,53,33). Sum of RGB (Red+Green+Blue) = 9+53+33=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #093521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093521 is #F6CADE. Grayscale: #252525. Windows color (decimal): -16173791 or 2176265. OLE color: 2176265.

HSL color Cylindrical-coordinate representation of color #093521: hue angle of 152.73º 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 #093521 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 53 33 -
CMYK 0.83 0 0.38 0.79
HSL 152.73º 0.71% 0.12% -
HSV(B) 152.73º 0.83% 0.21% -
XYZ 1.66 2.71 1.88 -
YUV 37.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 9 53 33 0.83 0 0.38 0.79 152.73 0.71 0.12
Hex 9 35 21 53 0 26 4F 99 47 C
Octal 11 65 41 123 0 46 117 231 107 14
Binary 1001 110101 100001 1010011 0 100110 1001111 10011001 1000111 1100

Color Harmonies of #093521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093521

Black with #093521

Text Example


Text Example

White with #093521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093521; }

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

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

background-color css

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

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

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

border-color css

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

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

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