Html Css Color HEX #09320C Myrtle

📋 copy color: '#09320C'

red 9 ◦ green 50 ◦ blue 12

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

Shades of Myrtle #09320C

Tints of Myrtle #09320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 70.42%

 BLUE value IS 12 (5.08% from 255) = 16.9%

R = 12.68%
G = 70.42%
B = 16.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#09320C (or 0x09320C) is known color: Myrtle. HEX triplet: 09, 32 and 0C. RGB value is (9,50,12). Sum of RGB (Red+Green+Blue) = 9+50+12=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #09320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320C is #F6CDF3. Grayscale: #212121. Windows color (decimal): -16174580 or 799241. OLE color: 799241.

HSL color Cylindrical-coordinate representation of color #09320C: hue angle of 124.39º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09320C is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 12 -
CMYK 0.82 0 0.76 0.80
HSL 124.39º 0.69% 0.12% -
HSV(B) 124.39º 0.82% 0.2% -
XYZ 1.32 2.37 0.73 -
YUV 33.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 9 50 12 0.82 0 0.76 0.80 124.39 0.69 0.12
Hex 9 32 C 52 0 4C 50 7C 45 C
Octal 11 62 14 122 0 114 120 174 105 14
Binary 1001 110010 1100 1010010 0 1001100 1010000 1111100 1000101 1100

Color Harmonies of #09320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09320C

Black with #09320C

Text Example


Text Example

White with #09320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,50,12); }

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

background-color css

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

 a { background-color: rgb(9,50,12); }

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

border-color css

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

 span { border-color: rgb(9,50,12); }

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