Html Css Color HEX #09400C Myrtle

📋 copy color: '#09400C'

red 9 ◦ green 64 ◦ blue 12

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

Shades of Myrtle #09400C

Tints of Myrtle #09400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 75.29%

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

R = 10.59%
G = 75.29%
B = 14.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#09400C (or 0x09400C) is known color: Myrtle. HEX triplet: 09, 40 and 0C. RGB value is (9,64,12). Sum of RGB (Red+Green+Blue) = 9+64+12=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #09400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09400C is #F6BFF3. Grayscale: #292929. Windows color (decimal): -16170996 or 802825. OLE color: 802825.

HSL color Cylindrical-coordinate representation of color #09400C: hue angle of 123.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09400C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 12 -
CMYK 0.86 0 0.81 0.75
HSL 123.27º 0.75% 0.14% -
HSV(B) 123.27º 0.86% 0.25% -
XYZ 2.01 3.75 0.97 -
YUV 41.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 9 64 12 0.86 0 0.81 0.75 123.27 0.75 0.14
Hex 9 40 C 56 0 51 4B 7B 4B E
Octal 11 100 14 126 0 121 113 173 113 16
Binary 1001 1000000 1100 1010110 0 1010001 1001011 1111011 1001011 1110

Color Harmonies of #09400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09400C

Black with #09400C

Text Example


Text Example

White with #09400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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