Html Css Color HEX #313D2D Palm Leaf

📋 copy color: '#313D2D'

red 49 ◦ green 61 ◦ blue 45

#313D2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #313D2D

Tints of Palm Leaf #313D2D

RGB

 RED value IS 49 (19.53% from 255) = 31.61%

 GREEN value IS 61 (24.22% from 255) = 39.35%

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 31.61%
G = 39.35%
B = 29.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#313D2D (or 0x313D2D) is known color: Palm Leaf. HEX triplet: 31, 3D and 2D. RGB value is (49,61,45). Sum of RGB (Red+Green+Blue) = 49+61+45=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #313D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D2D is #CEC2D2. Grayscale: #373737. Windows color (decimal): -13550291 or 2964785. OLE color: 2964785.

HSL color Cylindrical-coordinate representation of color #313D2D: hue angle of 105º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313D2D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 61 45 -
CMYK 0.20 0 0.26 0.76
HSL 105º 0.15% 0.21% -
HSV(B) 105º 0.26% 0.24% -
XYZ 3.41 4.18 3.11 -
YUV 55.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 49 61 45 0.20 0 0.26 0.76 105 0.15 0.21
Hex 31 3D 2D 14 0 1A 4C 69 F 15
Octal 61 75 55 24 0 32 114 151 17 25
Binary 110001 111101 101101 10100 0 11010 1001100 1101001 1111 10101

Color Harmonies of #313D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D2D

Black with #313D2D

Text Example


Text Example

White with #313D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,45); }

 H1.HeaderClassName
 {
   color: #313D2D;
 }
 .AnyTagClassName
 {
   color: #313D2D;
 }
</style>

background-color css

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

 a { background-color: rgb(49,61,45); }

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

border-color css

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

 span { border-color: rgb(49,61,45); }

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