Html Css Color HEX #245428 Parsley

📋 copy color: '#245428'

red 36 ◦ green 84 ◦ blue 40

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

Shades of Parsley #245428

Tints of Parsley #245428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.5%

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

R = 22.5%
G = 52.5%
B = 25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#245428 (or 0x245428) is known color: Parsley. HEX triplet: 24, 54 and 28. RGB value is (36,84,40). Sum of RGB (Red+Green+Blue) = 36+84+40=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #245428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245428 is #DBABD7. Grayscale: #404040. Windows color (decimal): -14396376 or 2642980. OLE color: 2642980.

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

Color convert

RGB 36 84 40 -
CMYK 0.57 0 0.52 0.67
HSL 125º 0.4% 0.24% -
HSV(B) 125º 0.57% 0.33% -
XYZ 4.28 6.87 3.11 -
YUV 64.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 36 84 40 0.57 0 0.52 0.67 125 0.4 0.24
Hex 24 54 28 39 0 34 43 7D 28 18
Octal 44 124 50 71 0 64 103 175 50 30
Binary 100100 1010100 101000 111001 0 110100 1000011 1111101 101000 11000

Color Harmonies of #245428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245428

Black with #245428

Text Example


Text Example

White with #245428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245428; }

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

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

background-color css

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

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

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

border-color css

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

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

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