Html Css Color HEX #23552A Parsley

📋 copy color: '#23552A'

red 35 ◦ green 85 ◦ blue 42

#23552A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #23552A

Tints of Parsley #23552A

RGB

 RED value IS 35 (14.06% from 255) = 21.6%

 GREEN value IS 85 (33.59% from 255) = 52.47%

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 21.6%
G = 52.47%
B = 25.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#23552A (or 0x23552A) is known color: Parsley. HEX triplet: 23, 55 and 2A. RGB value is (35,85,42). Sum of RGB (Red+Green+Blue) = 35+85+42=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #23552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23552A is #DCAAD5. Grayscale: #414141. Windows color (decimal): -14461654 or 2774307. OLE color: 2774307.

HSL color Cylindrical-coordinate representation of color #23552A: hue angle of 128.4º 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 #23552A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 85 42 -
CMYK 0.59 0 0.51 0.67
HSL 128.4º 0.42% 0.24% -
HSV(B) 128.4º 0.59% 0.33% -
XYZ 4.36 7.02 3.32 -
YUV 65.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 35 85 42 0.59 0 0.51 0.67 128.4 0.42 0.24
Hex 23 55 2A 3B 0 33 43 80 2A 18
Octal 43 125 52 73 0 63 103 200 52 30
Binary 100011 1010101 101010 111011 0 110011 1000011 10000000 101010 11000

Color Harmonies of #23552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23552A

Black with #23552A

Text Example


Text Example

White with #23552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23552A;
 }
 .AnyTagClassName
 {
   color: #23552A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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