Html Css Color HEX #245528 Parsley

📋 copy color: '#245528'

red 36 ◦ green 85 ◦ blue 40

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

Shades of Parsley #245528

Tints of Parsley #245528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 22.36%
G = 52.8%
B = 24.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#245528 (or 0x245528) is known color: Parsley. HEX triplet: 24, 55 and 28. RGB value is (36,85,40). Sum of RGB (Red+Green+Blue) = 36+85+40=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #245528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245528 is #DBAAD7. Grayscale: #414141. Windows color (decimal): -14396120 or 2643236. OLE color: 2643236.

HSL color Cylindrical-coordinate representation of color #245528: hue angle of 124.9º 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 #245528 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 85 40 -
CMYK 0.58 0 0.53 0.67
HSL 124.9º 0.4% 0.24% -
HSV(B) 124.9º 0.58% 0.33% -
XYZ 4.36 7.03 3.13 -
YUV 65.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 36 85 40 0.58 0 0.53 0.67 124.9 0.4 0.24
Hex 24 55 28 3A 0 35 43 7D 28 18
Octal 44 125 50 72 0 65 103 175 50 30
Binary 100100 1010101 101000 111010 0 110101 1000011 1111101 101000 11000

Color Harmonies of #245528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245528

Black with #245528

Text Example


Text Example

White with #245528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245528; }

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

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

background-color css

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

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

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

border-color css

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

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

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