#23522A

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

Shades of Parsley #23522A

Tints of Parsley #23522A

Color information

#23522A (or 0x23522A) is unknown color: approx Parsley. HEX triplet: 23, 52 and 2A. RGB value is (35,82,42). Sum of RGB (Red+Green+Blue) = 35+82+42=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #23522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23522A is #DCADD5. Grayscale: #3F3F3F. Windows color (decimal): -14462422 or 2773539. OLE color: 2773539.

HSL color Cylindrical-coordinate representation of color #23522A: hue angle of 128.94º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23522A is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB358242-
CMYK0.5700.490.68
HSL128.94º40.17%22.94%-
HSV(B)128.94º57.32%32.16%-
XYZ4.136.563.24-
YUV63.39115.93107.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=22.01%
G=51.57%
B=26.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582420.5700.490.68128.9440.1722.94
Hex23522A3903144812817
Octal4312252710611042015027
Binary1000111010010101010111001011000110001001000000110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23522A; }

 p { color: rgb(35,82,42); }

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

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

 a { background-color: rgb(35,82,42); }

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

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

 span { border-color: rgb(35,82,42); }

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