#18360C

Color #18360C Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #18360C

Tints of Myrtle #18360C

Color information

#18360C (or 0x18360C) is unknown color: approx Myrtle. HEX triplet: 18, 36 and 0C. RGB value is (24,54,12). Sum of RGB (Red+Green+Blue) = 24+54+12=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #18360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18360C is #E7C9F3. Grayscale: #282828. Windows color (decimal): -15190516 or 800280. OLE color: 800280.

HSL color Cylindrical-coordinate representation of color #18360C: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18360C is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB245412-
CMYK0.5600.780.79
HSL102.86º63.64%12.94%-
HSV(B)102.86º77.78%21.18%-
XYZ1.762.860.81-
YUV40.24112.06116.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 54 (21.48% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=26.67%
G=60%
B=13.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454120.5600.780.79102.8663.6412.94
Hex1836C3804E4F6740d
Octal30661470011611714710015
Binary110001101101100111000010011101001111110011110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,54,12); }

 H1.HeaderClassName
 {
   color: #18360C;
 }
 .AnyTagClassName
 {
   color: #18360C;
 }
</style>
background-color css

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

 a { background-color: rgb(24,54,12); }

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

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

 span { border-color: rgb(24,54,12); }

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