#235013

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

Shades of Myrtle #235013

Tints of Myrtle #235013

Color information

#235013 (or 0x235013) is unknown color: approx Myrtle. HEX triplet: 23, 50 and 13. RGB value is (35,80,19). Sum of RGB (Red+Green+Blue) = 35+80+19=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #235013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235013 is #DCAFEC. Grayscale: #3B3B3B. Windows color (decimal): -14462957 or 1265699. OLE color: 1265699.

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

Color convert

RGB358019-
CMYK0.5600.760.69
HSL104.26º61.62%19.41%-
HSV(B)104.26º76.25%31.37%-
XYZ3.686.141.61-
YUV59.59105.09110.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.12%
GREEN value IS 80 (31.64% from 255) = 59.70%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=26.12%
G=59.70%
B=14.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580190.5600.760.69104.2661.6219.41
Hex2350133804C45683e13
Octal43120237001141051507623
Binary100011101000010011111000010011001000101110100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235013; }

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

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

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

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

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

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

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

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