Html Css Color HEX #334031 Palm Leaf

📋 copy color: '#334031'

red 51 ◦ green 64 ◦ blue 49

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

Shades of Palm Leaf #334031

Tints of Palm Leaf #334031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 31.1%
G = 39.02%
B = 29.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#334031 (or 0x334031) is known color: Palm Leaf. HEX triplet: 33, 40 and 31. RGB value is (51,64,49). Sum of RGB (Red+Green+Blue) = 51+64+49=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #334031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334031 is #CCBFCE. Grayscale: #3A3A3A. Windows color (decimal): -13418447 or 3227699. OLE color: 3227699.

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

Color convert

RGB 51 64 49 -
CMYK 0.20 0 0.23 0.75
HSL 112º 0.13% 0.22% -
HSV(B) 112º 0.23% 0.25% -
XYZ 3.75 4.59 3.59 -
YUV 58.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 51 64 49 0.20 0 0.23 0.75 112 0.13 0.22
Hex 33 40 31 14 0 17 4B 70 D 16
Octal 63 100 61 24 0 27 113 160 15 26
Binary 110011 1000000 110001 10100 0 10111 1001011 1110000 1101 10110

Color Harmonies of #334031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334031

Black with #334031

Text Example


Text Example

White with #334031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334031; }

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

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

background-color css

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

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

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

border-color css

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

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

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