#316B43

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

Shades of Green Pea #316B43

Tints of Green Pea #316B43

Color information

#316B43 (or 0x316B43) is unknown color: approx Green Pea. HEX triplet: 31, 6B and 43. RGB value is (49,107,67). Sum of RGB (Red+Green+Blue) = 49+107+67=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #316B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B43 is #CE94BC. Grayscale: #555555. Windows color (decimal): -13538493 or 4418353. OLE color: 4418353.

HSL color Cylindrical-coordinate representation of color #316B43: hue angle of 138.62º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B43 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB4910767-
CMYK0.5400.370.58
HSL138.62º37.18%30.59%-
HSV(B)138.62º54.21%41.96%-
XYZ7.5411.577.15-
YUV85.1117.78102.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 67 (26.56% from 255) = 30.04%
R=21.97%
G=47.98%
B=30.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107670.5400.370.58138.6237.1830.59
Hex316B43360253A8b251f
Octal6115310366045722134537
Binary1100011101011100001111011001001011110101000101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316B43; }

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

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

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

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

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

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

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

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