Html Css Color HEX #093225 Dark Green

📋 copy color: '#093225'

red 9 ◦ green 50 ◦ blue 37

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

Shades of Dark Green #093225

Tints of Dark Green #093225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 52.08%

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

R = 9.38%
G = 52.08%
B = 38.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#093225 (or 0x093225) is known color: Dark Green. HEX triplet: 09, 32 and 25. RGB value is (9,50,37). Sum of RGB (Red+Green+Blue) = 9+50+37=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #093225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093225 is #F6CDDA. Grayscale: #242424. Windows color (decimal): -16174555 or 2437641. OLE color: 2437641.

HSL color Cylindrical-coordinate representation of color #093225: hue angle of 160.98º degrees, saturation: 0.69, 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 #093225 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 37 -
CMYK 0.82 0 0.26 0.80
HSL 160.98º 0.69% 0.12% -
HSV(B) 160.98º 0.82% 0.2% -
XYZ 1.59 2.47 2.14 -
YUV 36.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 9 50 37 0.82 0 0.26 0.80 160.98 0.69 0.12
Hex 9 32 25 52 0 1A 50 A1 45 C
Octal 11 62 45 122 0 32 120 241 105 14
Binary 1001 110010 100101 1010010 0 11010 1010000 10100001 1000101 1100

Color Harmonies of #093225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093225

Black with #093225

Text Example


Text Example

White with #093225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093225; }

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

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

background-color css

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

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

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

border-color css

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

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

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