Html Css Color HEX #09362A Dark Green

📋 copy color: '#09362A'

red 9 ◦ green 54 ◦ blue 42

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

Shades of Dark Green #09362A

Tints of Dark Green #09362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 51.43%

 BLUE value IS 42 (16.8% from 255) = 40%

R = 8.57%
G = 51.43%
B = 40%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#09362A (or 0x09362A) is known color: Dark Green. HEX triplet: 09, 36 and 2A. RGB value is (9,54,42). Sum of RGB (Red+Green+Blue) = 9+54+42=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #09362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09362A is #F6C9D5. Grayscale: #272727. Windows color (decimal): -16173526 or 2766345. OLE color: 2766345.

HSL color Cylindrical-coordinate representation of color #09362A: hue angle of 164º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09362A is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 54 42 -
CMYK 0.83 0 0.22 0.79
HSL 164º 0.71% 0.12% -
HSV(B) 164º 0.83% 0.21% -
XYZ 1.85 2.86 2.65 -
YUV 39.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 9 54 42 0.83 0 0.22 0.79 164 0.71 0.12
Hex 9 36 2A 53 0 16 4F A4 47 C
Octal 11 66 52 123 0 26 117 244 107 14
Binary 1001 110110 101010 1010011 0 10110 1001111 10100100 1000111 1100

Color Harmonies of #09362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09362A

Black with #09362A

Text Example


Text Example

White with #09362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09362A; }

 p { color: rgb(9,54,42); }

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

background-color css

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

 a { background-color: rgb(9,54,42); }

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

border-color css

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

 span { border-color: rgb(9,54,42); }

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