Html Css Color HEX #09350A Myrtle

📋 copy color: '#09350A'

red 9 ◦ green 53 ◦ blue 10

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

Shades of Myrtle #09350A

Tints of Myrtle #09350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.89%

R = 12.5%
G = 73.61%
B = 13.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#09350A (or 0x09350A) is known color: Myrtle. HEX triplet: 09, 35 and 0A. RGB value is (9,53,10). Sum of RGB (Red+Green+Blue) = 9+53+10=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #09350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09350A is #F6CAF5. Grayscale: #232323. Windows color (decimal): -16173814 or 668937. OLE color: 668937.

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

Color convert

RGB 9 53 10 -
CMYK 0.83 0 0.81 0.79
HSL 121.36º 0.71% 0.12% -
HSV(B) 121.36º 0.83% 0.21% -
XYZ 1.44 2.63 0.72 -
YUV 34.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 9 53 10 0.83 0 0.81 0.79 121.36 0.71 0.12
Hex 9 35 A 53 0 51 4F 79 47 C
Octal 11 65 12 123 0 121 117 171 107 14
Binary 1001 110101 1010 1010011 0 1010001 1001111 1111001 1000111 1100

Color Harmonies of #09350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09350A

Black with #09350A

Text Example


Text Example

White with #09350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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