#313B30

Color #313B30 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #313B30

Tints of Palm Leaf #313B30

Color information

#313B30 (or 0x313B30) is unknown color: approx Palm Leaf. HEX triplet: 31, 3B and 30. RGB value is (49,59,48). Sum of RGB (Red+Green+Blue) = 49+59+48=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #313B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B30 is #CEC4CF. Grayscale: #363636. Windows color (decimal): -13550800 or 3160881. OLE color: 3160881.

HSL color Cylindrical-coordinate representation of color #313B30: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #313B30 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB495948-
CMYK0.1700.190.77
HSL114.55º10.28%20.98%-
HSV(B)114.55º18.64%23.14%-
XYZ3.363.993.39-
YUV54.76124.19123.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=31.41%
G=37.82%
B=30.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959480.1700.190.77114.5510.2820.98
Hex313B30110134D73a15
Octal617360210231151631225
Binary1100011110111100001000101001110011011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313B30; }

 p { color: rgb(49,59,48); }

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

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

 a { background-color: rgb(49,59,48); }

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

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

 span { border-color: rgb(49,59,48); }

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