#235501

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

Shades of Myrtle #235501

Tints of Myrtle #235501

Color information

#235501 (or 0x235501) is unknown color: approx Myrtle. HEX triplet: 23, 55 and 01. RGB value is (35,85,1). Sum of RGB (Red+Green+Blue) = 35+85+1=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #235501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235501 is #DCAAFE. Grayscale: #3C3C3C. Windows color (decimal): -14461695 or 87331. OLE color: 87331.

HSL color Cylindrical-coordinate representation of color #235501: hue angle of 95.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #235501 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB35851-
CMYK0.5900.990.67
HSL95.71º97.67%16.86%-
HSV(B)95.71º98.82%33.33%-
XYZ3.956.861.14-
YUV60.4794.44109.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=28.93%
G=70.25%
B=0.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal358510.5900.990.6795.7197.6716.86
Hex235513B06343606211
Octal43125173014310314014221
Binary100011101010111110110110001110000111100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235501; }

 p { color: rgb(35,85,1); }

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

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

 a { background-color: rgb(35,85,1); }

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

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

 span { border-color: rgb(35,85,1); }

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