Html Css Color HEX #334131 Palm Leaf

📋 copy color: '#334131'

red 51 ◦ green 65 ◦ blue 49

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

Shades of Palm Leaf #334131

Tints of Palm Leaf #334131

RGB

 RED value IS 51 (20.31% from 255) = 30.91%

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 30.91%
G = 39.39%
B = 29.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#334131 (or 0x334131) is known color: Palm Leaf. HEX triplet: 33, 41 and 31. RGB value is (51,65,49). Sum of RGB (Red+Green+Blue) = 51+65+49=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #334131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334131 is #CCBECE. Grayscale: #3B3B3B. Windows color (decimal): -13418191 or 3227955. OLE color: 3227955.

HSL color Cylindrical-coordinate representation of color #334131: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #334131 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 65 49 -
CMYK 0.22 0 0.25 0.75
HSL 112.5º 0.14% 0.22% -
HSV(B) 112.5º 0.25% 0.25% -
XYZ 3.81 4.71 3.61 -
YUV 58.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 51 65 49 0.22 0 0.25 0.75 112.5 0.14 0.22
Hex 33 41 31 16 0 19 4B 70 E 16
Octal 63 101 61 26 0 31 113 160 16 26
Binary 110011 1000001 110001 10110 0 11001 1001011 1110000 1110 10110

Color Harmonies of #334131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334131

Black with #334131

Text Example


Text Example

White with #334131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334131; }

 p { color: rgb(51,65,49); }

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

background-color css

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

 a { background-color: rgb(51,65,49); }

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

border-color css

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

 span { border-color: rgb(51,65,49); }

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