Html Css Color HEX #09350C Myrtle

📋 copy color: '#09350C'

red 9 ◦ green 53 ◦ blue 12

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

Shades of Myrtle #09350C

Tints of Myrtle #09350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 71.62%

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

R = 12.16%
G = 71.62%
B = 16.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#09350C (or 0x09350C) is known color: Myrtle. HEX triplet: 09, 35 and 0C. RGB value is (9,53,12). Sum of RGB (Red+Green+Blue) = 9+53+12=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #09350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09350C is #F6CAF3. Grayscale: #232323. Windows color (decimal): -16173812 or 800009. OLE color: 800009.

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

Color convert

RGB 9 53 12 -
CMYK 0.83 0 0.77 0.79
HSL 124.09º 0.71% 0.12% -
HSV(B) 124.09º 0.83% 0.21% -
XYZ 1.45 2.63 0.78 -
YUV 35.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 9 53 12 0.83 0 0.77 0.79 124.09 0.71 0.12
Hex 9 35 C 53 0 4D 4F 7C 47 C
Octal 11 65 14 123 0 115 117 174 107 14
Binary 1001 110101 1100 1010011 0 1001101 1001111 1111100 1000111 1100

Color Harmonies of #09350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09350C

Black with #09350C

Text Example


Text Example

White with #09350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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