Html Css Color HEX #09341C Dark Green

📋 copy color: '#09341C'

red 9 ◦ green 52 ◦ blue 28

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

Shades of Dark Green #09341C

Tints of Dark Green #09341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 31.46%

R = 10.11%
G = 58.43%
B = 31.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#09341C (or 0x09341C) is known color: Dark Green. HEX triplet: 09, 34 and 1C. RGB value is (9,52,28). Sum of RGB (Red+Green+Blue) = 9+52+28=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #09341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341C is #F6CBE3. Grayscale: #242424. Windows color (decimal): -16174052 or 1848329. OLE color: 1848329.

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

Color convert

RGB 9 52 28 -
CMYK 0.83 0 0.46 0.80
HSL 146.51º 0.7% 0.12% -
HSV(B) 146.51º 0.83% 0.2% -
XYZ 1.55 2.6 1.52 -
YUV 36.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 9 52 28 0.83 0 0.46 0.80 146.51 0.7 0.12
Hex 9 34 1C 53 0 2E 50 93 46 C
Octal 11 64 34 123 0 56 120 223 106 14
Binary 1001 110100 11100 1010011 0 101110 1010000 10010011 1000110 1100

Color Harmonies of #09341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09341C

Black with #09341C

Text Example


Text Example

White with #09341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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