Html Css Color HEX #315429 Palm Leaf

📋 copy color: '#315429'

red 49 ◦ green 84 ◦ blue 41

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

Shades of Palm Leaf #315429

Tints of Palm Leaf #315429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 41 (16.41% from 255) = 23.56%

R = 28.16%
G = 48.28%
B = 23.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#315429 (or 0x315429) is known color: Palm Leaf. HEX triplet: 31, 54 and 29. RGB value is (49,84,41). Sum of RGB (Red+Green+Blue) = 49+84+41=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #315429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315429 is #CEABD6. Grayscale: #444444. Windows color (decimal): -13544407 or 2708529. OLE color: 2708529.

HSL color Cylindrical-coordinate representation of color #315429: hue angle of 108.84º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315429 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 41 -
CMYK 0.42 0 0.51 0.67
HSL 108.84º 0.34% 0.25% -
HSV(B) 108.84º 0.51% 0.33% -
XYZ 4.84 7.15 3.22 -
YUV 68.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 49 84 41 0.42 0 0.51 0.67 108.84 0.34 0.25
Hex 31 54 29 2A 0 33 43 6D 22 19
Octal 61 124 51 52 0 63 103 155 42 31
Binary 110001 1010100 101001 101010 0 110011 1000011 1101101 100010 11001

Color Harmonies of #315429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315429

Black with #315429

Text Example


Text Example

White with #315429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315429; }

 p { color: rgb(49,84,41); }

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

background-color css

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

 a { background-color: rgb(49,84,41); }

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

border-color css

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

 span { border-color: rgb(49,84,41); }

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