Html Css Color HEX #093126 Dark Green

📋 copy color: '#093126'

red 9 ◦ green 49 ◦ blue 38

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

Shades of Dark Green #093126

Tints of Dark Green #093126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 51.04%

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

R = 9.38%
G = 51.04%
B = 39.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#093126 (or 0x093126) is known color: Dark Green. HEX triplet: 09, 31 and 26. RGB value is (9,49,38). Sum of RGB (Red+Green+Blue) = 9+49+38=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #093126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093126 is #F6CED9. Grayscale: #232323. Windows color (decimal): -16174810 or 2502921. OLE color: 2502921.

HSL color Cylindrical-coordinate representation of color #093126: hue angle of 163.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093126 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 38 -
CMYK 0.82 0 0.22 0.81
HSL 163.5º 0.69% 0.11% -
HSV(B) 163.5º 0.82% 0.19% -
XYZ 1.56 2.39 2.21 -
YUV 35.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 9 49 38 0.82 0 0.22 0.81 163.5 0.69 0.11
Hex 9 31 26 52 0 16 51 A4 45 B
Octal 11 61 46 122 0 26 121 244 105 13
Binary 1001 110001 100110 1010010 0 10110 1010001 10100100 1000101 1011

Color Harmonies of #093126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093126

Black with #093126

Text Example


Text Example

White with #093126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093126; }

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

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

background-color css

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

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

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

border-color css

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

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

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