Html Css Color HEX #225428 Parsley

📋 copy color: '#225428'

red 34 ◦ green 84 ◦ blue 40

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

Shades of Parsley #225428

Tints of Parsley #225428

RGB

 RED value IS 34 (13.67% from 255) = 21.52%

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

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

R = 21.52%
G = 53.16%
B = 25.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#225428 (or 0x225428) is known color: Parsley. HEX triplet: 22, 54 and 28. RGB value is (34,84,40). Sum of RGB (Red+Green+Blue) = 34+84+40=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #225428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225428 is #DDABD7. Grayscale: #404040. Windows color (decimal): -14527448 or 2642978. OLE color: 2642978.

HSL color Cylindrical-coordinate representation of color #225428: hue angle of 127.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225428 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 84 40 -
CMYK 0.60 0 0.52 0.67
HSL 127.2º 0.42% 0.23% -
HSV(B) 127.2º 0.6% 0.33% -
XYZ 4.21 6.83 3.1 -
YUV 64.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 34 84 40 0.60 0 0.52 0.67 127.2 0.42 0.23
Hex 22 54 28 3C 0 34 43 7F 2A 17
Octal 42 124 50 74 0 64 103 177 52 27
Binary 100010 1010100 101000 111100 0 110100 1000011 1111111 101010 10111

Color Harmonies of #225428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225428

Black with #225428

Text Example


Text Example

White with #225428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225428; }

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

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

background-color css

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

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

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

border-color css

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

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

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