Html Css Color HEX #334C32 Palm Leaf

📋 copy color: '#334C32'

red 51 ◦ green 76 ◦ blue 50

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

Shades of Palm Leaf #334C32

Tints of Palm Leaf #334C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

 BLUE value IS 50 (19.92% from 255) = 28.25%

R = 28.81%
G = 42.94%
B = 28.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#334C32 (or 0x334C32) is known color: Palm Leaf. HEX triplet: 33, 4C and 32. RGB value is (51,76,50). Sum of RGB (Red+Green+Blue) = 51+76+50=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #334C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C32 is #CCB3CD. Grayscale: #414141. Windows color (decimal): -13415374 or 3296307. OLE color: 3296307.

HSL color Cylindrical-coordinate representation of color #334C32: hue angle of 117.69º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334C32 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 50 -
CMYK 0.33 0 0.34 0.70
HSL 117.69º 0.21% 0.25% -
HSV(B) 117.69º 0.34% 0.3% -
XYZ 4.53 6.1 3.96 -
YUV 65.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 51 76 50 0.33 0 0.34 0.70 117.69 0.21 0.25
Hex 33 4C 32 21 0 22 46 76 15 19
Octal 63 114 62 41 0 42 106 166 25 31
Binary 110011 1001100 110010 100001 0 100010 1000110 1110110 10101 11001

Color Harmonies of #334C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C32

Black with #334C32

Text Example


Text Example

White with #334C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334C32; }

 p { color: rgb(51,76,50); }

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

background-color css

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

 a { background-color: rgb(51,76,50); }

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

border-color css

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

 span { border-color: rgb(51,76,50); }

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