Html Css Color HEX #314426 Palm Leaf

📋 copy color: '#314426'

red 49 ◦ green 68 ◦ blue 38

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

Shades of Palm Leaf #314426

Tints of Palm Leaf #314426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 31.61%
G = 43.87%
B = 24.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#314426 (or 0x314426) is known color: Palm Leaf. HEX triplet: 31, 44 and 26. RGB value is (49,68,38). Sum of RGB (Red+Green+Blue) = 49+68+38=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #314426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314426 is #CEBBD9. Grayscale: #3A3A3A. Windows color (decimal): -13548506 or 2507825. OLE color: 2507825.

HSL color Cylindrical-coordinate representation of color #314426: hue angle of 98º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314426 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 38 -
CMYK 0.28 0 0.44 0.73
HSL 98º 0.28% 0.21% -
HSV(B) 98º 0.44% 0.27% -
XYZ 3.68 4.93 2.59 -
YUV 58.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 49 68 38 0.28 0 0.44 0.73 98 0.28 0.21
Hex 31 44 26 1C 0 2C 49 62 1C 15
Octal 61 104 46 34 0 54 111 142 34 25
Binary 110001 1000100 100110 11100 0 101100 1001001 1100010 11100 10101

Color Harmonies of #314426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314426

Black with #314426

Text Example


Text Example

White with #314426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314426; }

 p { color: rgb(49,68,38); }

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

background-color css

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

 a { background-color: rgb(49,68,38); }

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

border-color css

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

 span { border-color: rgb(49,68,38); }

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