#183312

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

Shades of Myrtle #183312

Tints of Myrtle #183312

Color information

#183312 (or 0x183312) is unknown color: approx Myrtle. HEX triplet: 18, 33 and 12. RGB value is (24,51,18). Sum of RGB (Red+Green+Blue) = 24+51+18=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #183312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183312 is #E7CCED. Grayscale: #272727. Windows color (decimal): -15191278 or 1192728. OLE color: 1192728.

HSL color Cylindrical-coordinate representation of color #183312: hue angle of 109.09º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #183312 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB245118-
CMYK0.5300.650.8
HSL109.09º47.83%13.53%-
HSV(B)109.09º64.71%20%-
XYZ1.672.610.99-
YUV39.16116.05117.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=25.81%
G=54.84%
B=19.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451180.5300.650.8109.0947.8313.53
Hex18331235041506d30e
Octal3063226501011201556016
Binary110001100111001011010101000001101000011011011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183312; }

 p { color: rgb(24,51,18); }

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

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

 a { background-color: rgb(24,51,18); }

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

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

 span { border-color: rgb(24,51,18); }

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