Html Css Color HEX #314B2D Palm Leaf

📋 copy color: '#314B2D'

red 49 ◦ green 75 ◦ blue 45

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

Shades of Palm Leaf #314B2D

Tints of Palm Leaf #314B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.38%

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

R = 28.99%
G = 44.38%
B = 26.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#314B2D (or 0x314B2D) is known color: Palm Leaf. HEX triplet: 31, 4B and 2D. RGB value is (49,75,45). Sum of RGB (Red+Green+Blue) = 49+75+45=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #314B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B2D is #CEB4D2. Grayscale: #3F3F3F. Windows color (decimal): -13546707 or 2968369. OLE color: 2968369.

HSL color Cylindrical-coordinate representation of color #314B2D: hue angle of 112º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314B2D is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 75 45 -
CMYK 0.35 0 0.40 0.71
HSL 112º 0.25% 0.24% -
HSV(B) 112º 0.4% 0.29% -
XYZ 4.26 5.87 3.39 -
YUV 63.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 49 75 45 0.35 0 0.40 0.71 112 0.25 0.24
Hex 31 4B 2D 23 0 28 47 70 19 18
Octal 61 113 55 43 0 50 107 160 31 30
Binary 110001 1001011 101101 100011 0 101000 1000111 1110000 11001 11000

Color Harmonies of #314B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B2D

Black with #314B2D

Text Example


Text Example

White with #314B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314B2D; }

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

 H1.HeaderClassName
 {
   color: #314B2D;
 }
 .AnyTagClassName
 {
   color: #314B2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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