Html Css Color HEX #09380A Myrtle

📋 copy color: '#09380A'

red 9 ◦ green 56 ◦ blue 10

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

Shades of Myrtle #09380A

Tints of Myrtle #09380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 74.67%

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

R = 12%
G = 74.67%
B = 13.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#09380A (or 0x09380A) is known color: Myrtle. HEX triplet: 09, 38 and 0A. RGB value is (9,56,10). Sum of RGB (Red+Green+Blue) = 9+56+10=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #09380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09380A is #F6C7F5. Grayscale: #242424. Windows color (decimal): -16173046 or 669705. OLE color: 669705.

HSL color Cylindrical-coordinate representation of color #09380A: hue angle of 121.28º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09380A is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 56 10 -
CMYK 0.84 0 0.82 0.78
HSL 121.28º 0.72% 0.13% -
HSV(B) 121.28º 0.84% 0.22% -
XYZ 1.58 2.91 0.77 -
YUV 36.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 9 56 10 0.84 0 0.82 0.78 121.28 0.72 0.13
Hex 9 38 A 54 0 52 4E 79 48 D
Octal 11 70 12 124 0 122 116 171 110 15
Binary 1001 111000 1010 1010100 0 1010010 1001110 1111001 1001000 1101

Color Harmonies of #09380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09380A

Black with #09380A

Text Example


Text Example

White with #09380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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