#235015

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

Shades of Myrtle #235015

Tints of Myrtle #235015

Color information

#235015 (or 0x235015) is unknown color: approx Myrtle. HEX triplet: 23, 50 and 15. RGB value is (35,80,21). Sum of RGB (Red+Green+Blue) = 35+80+21=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #235015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235015 is #DCAFEA. Grayscale: #3C3C3C. Windows color (decimal): -14462955 or 1396771. OLE color: 1396771.

HSL color Cylindrical-coordinate representation of color #235015: hue angle of 105.76º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235015 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB358021-
CMYK0.5600.740.69
HSL105.76º58.42%19.8%-
HSV(B)105.76º73.75%31.37%-
XYZ3.76.151.7-
YUV59.82106.09110.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=25.74%
G=58.82%
B=15.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580210.5600.740.69105.7658.4219.8
Hex2350153804A456a3a14
Octal43120257001121051527224
Binary100011101000010101111000010010101000101110101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235015; }

 p { color: rgb(35,80,21); }

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

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

 a { background-color: rgb(35,80,21); }

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

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

 span { border-color: rgb(35,80,21); }

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