Html Css Color HEX #093428 Dark Green

📋 copy color: '#093428'

red 9 ◦ green 52 ◦ blue 40

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

Shades of Dark Green #093428

Tints of Dark Green #093428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 39.6%

R = 8.91%
G = 51.49%
B = 39.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#093428 (or 0x093428) is known color: Dark Green. HEX triplet: 09, 34 and 28. RGB value is (9,52,40). Sum of RGB (Red+Green+Blue) = 9+52+40=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #093428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093428 is #F6CBD7. Grayscale: #252525. Windows color (decimal): -16174040 or 2634761. OLE color: 2634761.

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

Color convert

RGB 9 52 40 -
CMYK 0.83 0 0.23 0.80
HSL 163.26º 0.7% 0.12% -
HSV(B) 163.26º 0.83% 0.2% -
XYZ 1.72 2.67 2.43 -
YUV 37.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 9 52 40 0.83 0 0.23 0.80 163.26 0.7 0.12
Hex 9 34 28 53 0 17 50 A3 46 C
Octal 11 64 50 123 0 27 120 243 106 14
Binary 1001 110100 101000 1010011 0 10111 1010000 10100011 1000110 1100

Color Harmonies of #093428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093428

Black with #093428

Text Example


Text Example

White with #093428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093428; }

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

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

background-color css

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

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

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

border-color css

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

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

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