Html Css Color HEX #334D2E Palm Leaf

📋 copy color: '#334D2E'

red 51 ◦ green 77 ◦ blue 46

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

Shades of Palm Leaf #334D2E

Tints of Palm Leaf #334D2E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.25%

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 29.31%
G = 44.25%
B = 26.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#334D2E (or 0x334D2E) is known color: Palm Leaf. HEX triplet: 33, 4D and 2E. RGB value is (51,77,46). Sum of RGB (Red+Green+Blue) = 51+77+46=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #334D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D2E is #CCB2D1. Grayscale: #414141. Windows color (decimal): -13415122 or 3034419. OLE color: 3034419.

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

Color convert

RGB 51 77 46 -
CMYK 0.34 0 0.40 0.70
HSL 110.32º 0.25% 0.24% -
HSV(B) 110.32º 0.4% 0.3% -
XYZ 4.51 6.21 3.55 -
YUV 65.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 51 77 46 0.34 0 0.40 0.70 110.32 0.25 0.24
Hex 33 4D 2E 22 0 28 46 6E 19 18
Octal 63 115 56 42 0 50 106 156 31 30
Binary 110011 1001101 101110 100010 0 101000 1000110 1101110 11001 11000

Color Harmonies of #334D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D2E

Black with #334D2E

Text Example


Text Example

White with #334D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,77,46); }

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

background-color css

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

 a { background-color: rgb(51,77,46); }

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

border-color css

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

 span { border-color: rgb(51,77,46); }

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