#276331

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

Shades of Parsley #276331

Tints of Parsley #276331

Color information

#276331 (or 0x276331) is unknown color: approx Parsley. HEX triplet: 27, 63 and 31. RGB value is (39,99,49). Sum of RGB (Red+Green+Blue) = 39+99+49=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #276331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276331 is #D89CCE. Grayscale: #4B4B4B. Windows color (decimal): -14195919 or 3236647. OLE color: 3236647.

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

Color convert

RGB399949-
CMYK0.6100.510.61
HSL130º43.48%27.06%-
HSV(B)130º60.61%38.82%-
XYZ5.859.584.45-
YUV75.36113.12102.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=20.86%
G=52.94%
B=26.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3999490.6100.510.6113043.4827.06
Hex2763313D0333D822b1b
Octal471436175063752025333
Binary100111110001111000111110101100111111011000001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276331; }

 p { color: rgb(39,99,49); }

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

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

 a { background-color: rgb(39,99,49); }

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

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

 span { border-color: rgb(39,99,49); }

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