Html Css Color HEX #245824 Parsley

📋 copy color: '#245824'

red 36 ◦ green 88 ◦ blue 36

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

Shades of Parsley #245824

Tints of Parsley #245824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55%

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 22.5%
G = 55%
B = 22.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#245824 (or 0x245824) is known color: Parsley. HEX triplet: 24, 58 and 24. RGB value is (36,88,36). Sum of RGB (Red+Green+Blue) = 36+88+36=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #245824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245824 is #DBA7DB. Grayscale: #424242. Windows color (decimal): -14395356 or 2381860. OLE color: 2381860.

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

Color convert

RGB 36 88 36 -
CMYK 0.59 0 0.59 0.65
HSL 120º 0.42% 0.24% -
HSV(B) 120º 0.59% 0.35% -
XYZ 4.54 7.48 2.87 -
YUV 66.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 36 88 36 0.59 0 0.59 0.65 120 0.42 0.24
Hex 24 58 24 3B 0 3B 41 78 2A 18
Octal 44 130 44 73 0 73 101 170 52 30
Binary 100100 1011000 100100 111011 0 111011 1000001 1111000 101010 11000

Color Harmonies of #245824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245824

Black with #245824

Text Example


Text Example

White with #245824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245824; }

 p { color: rgb(36,88,36); }

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

background-color css

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

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

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

border-color css

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

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

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