Html Css Color HEX #285527 Parsley

📋 copy color: '#285527'

red 40 ◦ green 85 ◦ blue 39

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

Shades of Parsley #285527

Tints of Parsley #285527

RGB

 RED value IS 40 (16.02% from 255) = 24.39%

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

 BLUE value IS 39 (15.63% from 255) = 23.78%

R = 24.39%
G = 51.83%
B = 23.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#285527 (or 0x285527) is known color: Parsley. HEX triplet: 28, 55 and 27. RGB value is (40,85,39). Sum of RGB (Red+Green+Blue) = 40+85+39=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #285527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285527 is #D7AAD8. Grayscale: #424242. Windows color (decimal): -14133977 or 2577704. OLE color: 2577704.

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

Color convert

RGB 40 85 39 -
CMYK 0.53 0 0.54 0.67
HSL 118.7º 0.37% 0.24% -
HSV(B) 118.7º 0.54% 0.33% -
XYZ 4.49 7.09 3.05 -
YUV 66.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 40 85 39 0.53 0 0.54 0.67 118.7 0.37 0.24
Hex 28 55 27 35 0 36 43 77 25 18
Octal 50 125 47 65 0 66 103 167 45 30
Binary 101000 1010101 100111 110101 0 110110 1000011 1110111 100101 11000

Color Harmonies of #285527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285527

Black with #285527

Text Example


Text Example

White with #285527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285527; }

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

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

background-color css

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

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

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

border-color css

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

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

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