Html Css Color HEX #09420C Myrtle

📋 copy color: '#09420C'

red 9 ◦ green 66 ◦ blue 12

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

Shades of Myrtle #09420C

Tints of Myrtle #09420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 75.86%

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

R = 10.34%
G = 75.86%
B = 13.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#09420C (or 0x09420C) is known color: Myrtle. HEX triplet: 09, 42 and 0C. RGB value is (9,66,12). Sum of RGB (Red+Green+Blue) = 9+66+12=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 66 (26.17% from 255 or 75.86% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 66 - color contains mainly: green. Hex color #09420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09420C is #F6BDF3. Grayscale: #2A2A2A. Windows color (decimal): -16170484 or 803337. OLE color: 803337.

HSL color Cylindrical-coordinate representation of color #09420C: hue angle of 123.16º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09420C is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 12 -
CMYK 0.86 0 0.82 0.74
HSL 123.16º 0.76% 0.15% -
HSV(B) 123.16º 0.86% 0.26% -
XYZ 2.13 3.98 1 -
YUV 42.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 9 66 12 0.86 0 0.82 0.74 123.16 0.76 0.15
Hex 9 42 C 56 0 52 4A 7B 4C F
Octal 11 102 14 126 0 122 112 173 114 17
Binary 1001 1000010 1100 1010110 0 1010010 1001010 1111011 1001100 1111

Color Harmonies of #09420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09420C

Black with #09420C

Text Example


Text Example

White with #09420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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