#286534

Color #286534 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #286534

Tints of Parsley #286534

Color information

#286534 (or 0x286534) is unknown color: approx Parsley. HEX triplet: 28, 65 and 34. RGB value is (40,101,52). Sum of RGB (Red+Green+Blue) = 40+101+52=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #286534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286534 is #D79ACB. Grayscale: #4D4D4D. Windows color (decimal): -14129868 or 3433768. OLE color: 3433768.

HSL color Cylindrical-coordinate representation of color #286534: hue angle of 131.8º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286534 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB4010152-
CMYK0.6000.490.60
HSL131.8º43.26%27.65%-
HSV(B)131.8º60.4%39.61%-
XYZ6.1510.014.86-
YUV77.18113.79101.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=20.73%
G=52.33%
B=26.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101520.6000.490.60131.843.2627.65
Hex2865343C0313C842b1c
Octal501456474061742045334
Binary101000110010111010011110001100011111001000010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286534; }

 p { color: rgb(40,101,52); }

 H1.HeaderClassName
 {
   color: #286534;
 }
 .AnyTagClassName
 {
   color: #286534;
 }
</style>
background-color css

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

 a { background-color: rgb(40,101,52); }

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

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

 span { border-color: rgb(40,101,52); }

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