#23552C

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

Shades of Parsley #23552C

Tints of Parsley #23552C

Color information

#23552C (or 0x23552C) is unknown color: approx Parsley. HEX triplet: 23, 55 and 2C. RGB value is (35,85,44). Sum of RGB (Red+Green+Blue) = 35+85+44=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #23552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23552C is #DCAAD3. Grayscale: #414141. Windows color (decimal): -14461652 or 2905379. OLE color: 2905379.

HSL color Cylindrical-coordinate representation of color #23552C: hue angle of 130.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23552C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB358544-
CMYK0.5900.480.67
HSL130.8º41.67%23.53%-
HSV(B)130.8º58.82%33.33%-
XYZ4.47.043.51-
YUV65.38115.94106.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=21.34%
G=51.83%
B=26.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585440.5900.480.67130.841.6723.53
Hex23552C3B03043832a18
Octal4312554730601032035230
Binary1000111010101101100111011011000010000111000001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23552C; }

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

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

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

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

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

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

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

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