Html Css Color HEX #093421 Dark Green

📋 copy color: '#093421'

red 9 ◦ green 52 ◦ blue 33

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

Shades of Dark Green #093421

Tints of Dark Green #093421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.32%

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

R = 9.57%
G = 55.32%
B = 35.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#093421 (or 0x093421) is known color: Dark Green. HEX triplet: 09, 34 and 21. RGB value is (9,52,33). Sum of RGB (Red+Green+Blue) = 9+52+33=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #093421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093421 is #F6CBDE. Grayscale: #252525. Windows color (decimal): -16174047 or 2176009. OLE color: 2176009.

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

Color convert

RGB 9 52 33 -
CMYK 0.83 0 0.37 0.80
HSL 153.49º 0.7% 0.12% -
HSV(B) 153.49º 0.83% 0.2% -
XYZ 1.62 2.62 1.86 -
YUV 36.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 9 52 33 0.83 0 0.37 0.80 153.49 0.7 0.12
Hex 9 34 21 53 0 25 50 99 46 C
Octal 11 64 41 123 0 45 120 231 106 14
Binary 1001 110100 100001 1010011 0 100101 1010000 10011001 1000110 1100

Color Harmonies of #093421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093421

Black with #093421

Text Example


Text Example

White with #093421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093421; }

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

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

background-color css

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

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

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

border-color css

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

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

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