#183314

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

Shades of Myrtle #183314

Tints of Myrtle #183314

Color information

#183314 (or 0x183314) is unknown color: approx Myrtle. HEX triplet: 18, 33 and 14. RGB value is (24,51,20). Sum of RGB (Red+Green+Blue) = 24+51+20=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #183314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183314 is #E7CCEB. Grayscale: #272727. Windows color (decimal): -15191276 or 1323800. OLE color: 1323800.

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

Color convert

RGB245120-
CMYK0.5300.610.8
HSL112.26º43.66%13.92%-
HSV(B)112.26º60.78%20%-
XYZ1.692.611.08-
YUV39.39117.05117.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 51 (20.31% from 255) = 53.68%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=25.26%
G=53.68%
B=21.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451200.5300.610.8112.2643.6613.92
Hex1833143503D50702ce
Octal306324650751201605416
Binary11000110011101001101010111101101000011100001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183314; }

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

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

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

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

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

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

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

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