#185121

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

Shades of Myrtle #185121

Tints of Myrtle #185121

Color information

#185121 (or 0x185121) is unknown color: approx Myrtle. HEX triplet: 18, 51 and 21. RGB value is (24,81,33). Sum of RGB (Red+Green+Blue) = 24+81+33=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #185121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185121 is #E7AEDE. Grayscale: #3A3A3A. Windows color (decimal): -15183583 or 2183448. OLE color: 2183448.

HSL color Cylindrical-coordinate representation of color #185121: hue angle of 129.47º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185121 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB248133-
CMYK0.7000.590.68
HSL129.47º54.29%20.59%-
HSV(B)129.47º70.37%31.76%-
XYZ3.596.192.44-
YUV58.48113.62103.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 81 (32.03% from 255) = 58.70%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=17.39%
G=58.70%
B=23.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481330.7000.590.68129.4754.2920.59
Hex1851214603B44813615
Octal30121411060731042016625
Binary1100010100011000011000110011101110001001000000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185121; }

 p { color: rgb(24,81,33); }

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

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

 a { background-color: rgb(24,81,33); }

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

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

 span { border-color: rgb(24,81,33); }

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