#185315

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

Shades of Myrtle #185315

Tints of Myrtle #185315

Color information

#185315 (or 0x185315) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 15. RGB value is (24,83,21). Sum of RGB (Red+Green+Blue) = 24+83+21=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #185315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185315 is #E7ACEA. Grayscale: #3A3A3A. Windows color (decimal): -15183083 or 1397528. OLE color: 1397528.

HSL color Cylindrical-coordinate representation of color #185315: hue angle of 117.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185315 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB248321-
CMYK0.7100.750.67
HSL117.1º59.62%20.39%-
HSV(B)117.1º74.7%32.55%-
XYZ3.616.431.76-
YUV58.29106.95103.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 83 (32.81% from 255) = 64.84%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=18.75%
G=64.84%
B=16.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483210.7100.750.67117.159.6220.39
Hex1853154704B43753c14
Octal301232510701131031657424
Binary110001010011101011000111010010111000011111010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185315; }

 p { color: rgb(24,83,21); }

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

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

 a { background-color: rgb(24,83,21); }

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

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

 span { border-color: rgb(24,83,21); }

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