#235A01

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

Shades of Myrtle #235A01

Tints of Myrtle #235A01

Color information

#235A01 (or 0x235A01) is unknown color: approx Myrtle. HEX triplet: 23, 5A and 01. RGB value is (35,90,1). Sum of RGB (Red+Green+Blue) = 35+90+1=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 90 (35.55% from 255 or 71.43% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 90 - color contains mainly: green. Hex color #235A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235A01 is #DCA5FE. Grayscale: #3F3F3F. Windows color (decimal): -14460415 or 88611. OLE color: 88611.

HSL color Cylindrical-coordinate representation of color #235A01: hue angle of 97.08º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #235A01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB35901-
CMYK0.6100.990.65
HSL97.08º97.8%17.84%-
HSV(B)97.08º98.89%35.29%-
XYZ4.357.671.28-
YUV63.4192.78107.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 90 (35.55% from 255) = 71.43%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=27.78%
G=71.43%
B=0.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal359010.6100.990.6597.0897.817.84
Hex235A13D06341616212
Octal43132175014310114114222
Binary100011101101011111010110001110000011100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235A01; }

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

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

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

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

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

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

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

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