#316643

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

Shades of Green Pea #316643

Tints of Green Pea #316643

Color information

#316643 (or 0x316643) is unknown color: approx Green Pea. HEX triplet: 31, 66 and 43. RGB value is (49,102,67). Sum of RGB (Red+Green+Blue) = 49+102+67=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #316643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316643 is #CE99BC. Grayscale: #525252. Windows color (decimal): -13539773 or 4417073. OLE color: 4417073.

HSL color Cylindrical-coordinate representation of color #316643: hue angle of 140.38º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316643 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB4910267-
CMYK0.5200.340.6
HSL140.38º35.1%29.61%-
HSV(B)140.38º51.96%40%-
XYZ7.0310.566.98-
YUV82.16119.44104.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 102 (40.23% from 255) = 46.79%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=22.48%
G=46.79%
B=30.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102670.5200.340.6140.3835.129.61
Hex316643340223C8c231e
Octal6114610364042742144336
Binary1100011100110100001111010001000101111001000110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316643; }

 p { color: rgb(49,102,67); }

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

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

 a { background-color: rgb(49,102,67); }

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

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

 span { border-color: rgb(49,102,67); }

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