Html Css Color HEX #334D28 Palm Leaf

📋 copy color: '#334D28'

red 51 ◦ green 77 ◦ blue 40

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

Shades of Palm Leaf #334D28

Tints of Palm Leaf #334D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.81%

R = 30.36%
G = 45.83%
B = 23.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#334D28 (or 0x334D28) is known color: Palm Leaf. HEX triplet: 33, 4D and 28. RGB value is (51,77,40). Sum of RGB (Red+Green+Blue) = 51+77+40=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #334D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D28 is #CCB2D7. Grayscale: #414141. Windows color (decimal): -13415128 or 2641203. OLE color: 2641203.

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

Color convert

RGB 51 77 40 -
CMYK 0.34 0 0.48 0.70
HSL 102.16º 0.32% 0.23% -
HSV(B) 102.16º 0.48% 0.3% -
XYZ 4.4 6.16 2.97 -
YUV 65.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 51 77 40 0.34 0 0.48 0.70 102.16 0.32 0.23
Hex 33 4D 28 22 0 30 46 66 20 17
Octal 63 115 50 42 0 60 106 146 40 27
Binary 110011 1001101 101000 100010 0 110000 1000110 1100110 100000 10111

Color Harmonies of #334D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D28

Black with #334D28

Text Example


Text Example

White with #334D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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