Html Css Color HEX #093325 Dark Green

📋 copy color: '#093325'

red 9 ◦ green 51 ◦ blue 37

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

Shades of Dark Green #093325

Tints of Dark Green #093325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 52.58%

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 9.28%
G = 52.58%
B = 38.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#093325 (or 0x093325) is known color: Dark Green. HEX triplet: 09, 33 and 25. RGB value is (9,51,37). Sum of RGB (Red+Green+Blue) = 9+51+37=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #093325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093325 is #F6CCDA. Grayscale: #242424. Windows color (decimal): -16174299 or 2437897. OLE color: 2437897.

HSL color Cylindrical-coordinate representation of color #093325: hue angle of 160º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093325 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 9 51 37 -
CMYK 0.82 0 0.27 0.8
HSL 160º 0.7% 0.12% -
HSV(B) 160º 0.82% 0.2% -
XYZ 1.63 2.56 2.16 -
YUV 36.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 9 51 37 0.82 0 0.27 0.8 160 0.7 0.12
Hex 9 33 25 52 0 1B 50 A0 46 C
Octal 11 63 45 122 0 33 120 240 106 14
Binary 1001 110011 100101 1010010 0 11011 1010000 10100000 1000110 1100

Color Harmonies of #093325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093325

Black with #093325

Text Example


Text Example

White with #093325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093325; }

 p { color: rgb(9,51,37); }

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

background-color css

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

 a { background-color: rgb(9,51,37); }

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

border-color css

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

 span { border-color: rgb(9,51,37); }

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