#185714

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

Shades of Myrtle #185714

Tints of Myrtle #185714

Color information

#185714 (or 0x185714) is unknown color: approx Myrtle. HEX triplet: 18, 57 and 14. RGB value is (24,87,20). Sum of RGB (Red+Green+Blue) = 24+87+20=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 87 (34.38% from 255 or 66.41% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 87 - color contains mainly: green. Hex color #185714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185714 is #E7A8EB. Grayscale: #3C3C3C. Windows color (decimal): -15182060 or 1333016. OLE color: 1333016.

HSL color Cylindrical-coordinate representation of color #185714: hue angle of 116.42º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185714 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB248720-
CMYK0.7200.770.66
HSL116.42º62.62%20.98%-
HSV(B)116.42º77.01%34.12%-
XYZ3.917.061.82-
YUV60.52105.13101.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 87 (34.38% from 255) = 66.41%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=18.32%
G=66.41%
B=15.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2487200.7200.770.66116.4262.6220.98
Hex1857144804D42743f15
Octal301272411001151021647725
Binary110001010111101001001000010011011000010111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185714; }

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

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

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

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

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

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

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

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