#235428

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

Shades of Parsley #235428

Tints of Parsley #235428

Color information

#235428 (or 0x235428) is unknown color: approx Parsley. HEX triplet: 23, 54 and 28. RGB value is (35,84,40). Sum of RGB (Red+Green+Blue) = 35+84+40=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #235428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235428 is #DCABD7. Grayscale: #404040. Windows color (decimal): -14461912 or 2642979. OLE color: 2642979.

HSL color Cylindrical-coordinate representation of color #235428: hue angle of 126.12º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235428 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB358440-
CMYK0.5800.520.67
HSL126.12º41.18%23.33%-
HSV(B)126.12º58.33%32.94%-
XYZ4.256.853.11-
YUV64.33114.27107.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=22.01%
G=52.83%
B=25.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584400.5800.520.67126.1241.1823.33
Hex2354283A034437e2917
Octal4312450720641031765127
Binary100011101010010100011101001101001000011111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235428; }

 p { color: rgb(35,84,40); }

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

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

 a { background-color: rgb(35,84,40); }

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

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

 span { border-color: rgb(35,84,40); }

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