Html Css Color HEX #093227 Dark Green

📋 copy color: '#093227'

red 9 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #093227

Tints of Dark Green #093227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 39.8%

R = 9.18%
G = 51.02%
B = 39.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#093227 (or 0x093227) is known color: Dark Green. HEX triplet: 09, 32 and 27. RGB value is (9,50,39). Sum of RGB (Red+Green+Blue) = 9+50+39=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #093227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093227 is #F6CDD8. Grayscale: #242424. Windows color (decimal): -16174553 or 2568713. OLE color: 2568713.

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

Color convert

RGB 9 50 39 -
CMYK 0.82 0 0.22 0.80
HSL 163.9º 0.69% 0.12% -
HSV(B) 163.9º 0.82% 0.2% -
XYZ 1.62 2.49 2.31 -
YUV 36.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 9 50 39 0.82 0 0.22 0.80 163.9 0.69 0.12
Hex 9 32 27 52 0 16 50 A4 45 C
Octal 11 62 47 122 0 26 120 244 105 14
Binary 1001 110010 100111 1010010 0 10110 1010000 10100100 1000101 1100

Color Harmonies of #093227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093227

Black with #093227

Text Example


Text Example

White with #093227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093227; }

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

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

background-color css

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

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

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

border-color css

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

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

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