Html Css Color HEX #245529 Parsley

📋 copy color: '#245529'

red 36 ◦ green 85 ◦ blue 41

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

Shades of Parsley #245529

Tints of Parsley #245529

RGB

 RED value IS 36 (14.45% from 255) = 22.22%

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

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 22.22%
G = 52.47%
B = 25.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#245529 (or 0x245529) is known color: Parsley. HEX triplet: 24, 55 and 29. RGB value is (36,85,41). Sum of RGB (Red+Green+Blue) = 36+85+41=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #245529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245529 is #DBAAD6. Grayscale: #414141. Windows color (decimal): -14396119 or 2708772. OLE color: 2708772.

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

Color convert

RGB 36 85 41 -
CMYK 0.58 0 0.52 0.67
HSL 126.12º 0.4% 0.24% -
HSV(B) 126.12º 0.58% 0.33% -
XYZ 4.38 7.03 3.22 -
YUV 65.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 36 85 41 0.58 0 0.52 0.67 126.12 0.4 0.24
Hex 24 55 29 3A 0 34 43 7E 28 18
Octal 44 125 51 72 0 64 103 176 50 30
Binary 100100 1010101 101001 111010 0 110100 1000011 1111110 101000 11000

Color Harmonies of #245529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245529

Black with #245529

Text Example


Text Example

White with #245529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245529; }

 p { color: rgb(36,85,41); }

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

background-color css

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

 a { background-color: rgb(36,85,41); }

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

border-color css

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

 span { border-color: rgb(36,85,41); }

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