Html Css Color HEX #093426 Dark Green

📋 copy color: '#093426'

red 9 ◦ green 52 ◦ blue 38

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

Shades of Dark Green #093426

Tints of Dark Green #093426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 52.53%

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

R = 9.09%
G = 52.53%
B = 38.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#093426 (or 0x093426) is known color: Dark Green. HEX triplet: 09, 34 and 26. RGB value is (9,52,38). Sum of RGB (Red+Green+Blue) = 9+52+38=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #093426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093426 is #F6CBD9. Grayscale: #252525. Windows color (decimal): -16174042 or 2503689. OLE color: 2503689.

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

Color convert

RGB 9 52 38 -
CMYK 0.83 0 0.27 0.80
HSL 160.47º 0.7% 0.12% -
HSV(B) 160.47º 0.83% 0.2% -
XYZ 1.69 2.65 2.26 -
YUV 37.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 9 52 38 0.83 0 0.27 0.80 160.47 0.7 0.12
Hex 9 34 26 53 0 1B 50 A0 46 C
Octal 11 64 46 123 0 33 120 240 106 14
Binary 1001 110100 100110 1010011 0 11011 1010000 10100000 1000110 1100

Color Harmonies of #093426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093426

Black with #093426

Text Example


Text Example

White with #093426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093426; }

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

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

background-color css

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

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

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

border-color css

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

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

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