#18370C

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

Shades of Myrtle #18370C

Tints of Myrtle #18370C

Color information

#18370C (or 0x18370C) is unknown color: approx Myrtle. HEX triplet: 18, 37 and 0C. RGB value is (24,55,12). Sum of RGB (Red+Green+Blue) = 24+55+12=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #18370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18370C is #E7C8F3. Grayscale: #282828. Windows color (decimal): -15190260 or 800536. OLE color: 800536.

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

Color convert

RGB245512-
CMYK0.5600.780.78
HSL103.26º64.18%13.14%-
HSV(B)103.26º78.18%21.57%-
XYZ1.812.950.82-
YUV40.83111.73116-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 55 (21.88% from 255) = 60.44%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=26.37%
G=60.44%
B=13.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455120.5600.780.78103.2664.1813.14
Hex1837C3804E4E6740d
Octal30671470011611614710015
Binary110001101111100111000010011101001110110011110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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