#183914

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

Shades of Myrtle #183914

Tints of Myrtle #183914

Color information

#183914 (or 0x183914) is unknown color: approx Myrtle. HEX triplet: 18, 39 and 14. RGB value is (24,57,20). Sum of RGB (Red+Green+Blue) = 24+57+20=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #183914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183914 is #E7C6EB. Grayscale: #2B2B2B. Windows color (decimal): -15189740 or 1325336. OLE color: 1325336.

HSL color Cylindrical-coordinate representation of color #183914: hue angle of 113.51º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #183914 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB245720-
CMYK0.5800.650.78
HSL113.51º48.05%15.1%-
HSV(B)113.51º64.91%22.35%-
XYZ1.973.171.17-
YUV42.92115.07114.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.76%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=23.76%
G=56.44%
B=19.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2457200.5800.650.78113.5148.0515.1
Hex1839143A0414E7230f
Octal3071247201011161626017
Binary110001110011010011101001000001100111011100101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183914; }

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

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

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

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

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

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

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

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