Html Css Color HEX #093226 Dark Green

📋 copy color: '#093226'

red 9 ◦ green 50 ◦ blue 38

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

Shades of Dark Green #093226

Tints of Dark Green #093226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 39.18%

R = 9.28%
G = 51.55%
B = 39.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#093226 (or 0x093226) is known color: Dark Green. HEX triplet: 09, 32 and 26. RGB value is (9,50,38). Sum of RGB (Red+Green+Blue) = 9+50+38=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #093226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093226 is #F6CDD9. Grayscale: #242424. Windows color (decimal): -16174554 or 2503177. OLE color: 2503177.

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

Color convert

RGB 9 50 38 -
CMYK 0.82 0 0.24 0.80
HSL 162.44º 0.69% 0.12% -
HSV(B) 162.44º 0.82% 0.2% -
XYZ 1.6 2.48 2.23 -
YUV 36.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 9 50 38 0.82 0 0.24 0.80 162.44 0.69 0.12
Hex 9 32 26 52 0 18 50 A2 45 C
Octal 11 62 46 122 0 30 120 242 105 14
Binary 1001 110010 100110 1010010 0 11000 1010000 10100010 1000101 1100

Color Harmonies of #093226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093226

Black with #093226

Text Example


Text Example

White with #093226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093226; }

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

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

background-color css

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

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

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

border-color css

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

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

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