Html Css Color HEX #09342E Dark Green

📋 copy color: '#09342E'

red 9 ◦ green 52 ◦ blue 46

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

Shades of Dark Green #09342E

Tints of Dark Green #09342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 42.99%

R = 8.41%
G = 48.6%
B = 42.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#09342E (or 0x09342E) is known color: Dark Green. HEX triplet: 09, 34 and 2E. RGB value is (9,52,46). Sum of RGB (Red+Green+Blue) = 9+52+46=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #09342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09342E is #F6CBD1. Grayscale: #262626. Windows color (decimal): -16174034 or 3027977. OLE color: 3027977.

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

Color convert

RGB 9 52 46 -
CMYK 0.83 0 0.12 0.80
HSL 171.63º 0.7% 0.12% -
HSV(B) 171.63º 0.83% 0.2% -
XYZ 1.83 2.71 3.01 -
YUV 38.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 9 52 46 0.83 0 0.12 0.80 171.63 0.7 0.12
Hex 9 34 2E 53 0 C 50 AC 46 C
Octal 11 64 56 123 0 14 120 254 106 14
Binary 1001 110100 101110 1010011 0 1100 1010000 10101100 1000110 1100

Color Harmonies of #09342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09342E

Black with #09342E

Text Example


Text Example

White with #09342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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