#266132

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

Shades of Parsley #266132

Tints of Parsley #266132

Color information

#266132 (or 0x266132) is unknown color: approx Parsley. HEX triplet: 26, 61 and 32. RGB value is (38,97,50). Sum of RGB (Red+Green+Blue) = 38+97+50=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #266132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266132 is #D99ECD. Grayscale: #4A4A4A. Windows color (decimal): -14261966 or 3301670. OLE color: 3301670.

HSL color Cylindrical-coordinate representation of color #266132: hue angle of 132.2º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266132 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB389750-
CMYK0.6100.480.62
HSL132.2º43.7%26.47%-
HSV(B)132.2º60.82%38.04%-
XYZ5.659.194.49-
YUV74114.45102.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=20.54%
G=52.43%
B=27.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897500.6100.480.62132.243.726.47
Hex2661323D0303E842c1a
Octal461416275060762045432
Binary100110110000111001011110101100001111101000010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266132; }

 p { color: rgb(38,97,50); }

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

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

 a { background-color: rgb(38,97,50); }

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

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

 span { border-color: rgb(38,97,50); }

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