#266332

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

Shades of Parsley #266332

Tints of Parsley #266332

Color information

#266332 (or 0x266332) is unknown color: approx Parsley. HEX triplet: 26, 63 and 32. RGB value is (38,99,50). Sum of RGB (Red+Green+Blue) = 38+99+50=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #266332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266332 is #D99CCD. Grayscale: #4B4B4B. Windows color (decimal): -14261454 or 3302182. OLE color: 3302182.

HSL color Cylindrical-coordinate representation of color #266332: hue angle of 131.8º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266332 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB389950-
CMYK0.6200.490.61
HSL131.8º44.53%26.86%-
HSV(B)131.8º61.62%38.82%-
XYZ5.849.574.56-
YUV75.18113.79101.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=20.32%
G=52.94%
B=26.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899500.6200.490.61131.844.5326.86
Hex2663323E0313D842d1b
Octal461436276061752045533
Binary100110110001111001011111001100011111011000010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266332; }

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

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

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

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

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

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

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

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