#185514

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

Shades of Myrtle #185514

Tints of Myrtle #185514

Color information

#185514 (or 0x185514) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 14. RGB value is (24,85,20). Sum of RGB (Red+Green+Blue) = 24+85+20=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #185514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185514 is #E7AAEB. Grayscale: #3B3B3B. Windows color (decimal): -15182572 or 1332504. OLE color: 1332504.

HSL color Cylindrical-coordinate representation of color #185514: hue angle of 116.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185514 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB248520-
CMYK0.7200.760.67
HSL116.31º61.9%20.59%-
HSV(B)116.31º76.47%33.33%-
XYZ3.756.741.77-
YUV59.35105.79102.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 85 (33.59% from 255) = 65.89%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=18.60%
G=65.89%
B=15.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485200.7200.760.67116.3161.920.59
Hex1855144804C43743e15
Octal301252411001141031647625
Binary110001010101101001001000010011001000011111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185514; }

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

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

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

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

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

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

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

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