Html Css Color HEX #334929 Palm Leaf

📋 copy color: '#334929'

red 51 ◦ green 73 ◦ blue 41

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

Shades of Palm Leaf #334929

Tints of Palm Leaf #334929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.24%

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 30.91%
G = 44.24%
B = 24.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#334929 (or 0x334929) is known color: Palm Leaf. HEX triplet: 33, 49 and 29. RGB value is (51,73,41). Sum of RGB (Red+Green+Blue) = 51+73+41=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #334929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334929 is #CCB6D6. Grayscale: #3E3E3E. Windows color (decimal): -13416151 or 2705715. OLE color: 2705715.

HSL color Cylindrical-coordinate representation of color #334929: hue angle of 101.25º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #334929 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 41 -
CMYK 0.30 0 0.44 0.71
HSL 101.25º 0.28% 0.22% -
HSV(B) 101.25º 0.44% 0.29% -
XYZ 4.15 5.63 2.97 -
YUV 62.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 51 73 41 0.30 0 0.44 0.71 101.25 0.28 0.22
Hex 33 49 29 1E 0 2C 47 65 1C 16
Octal 63 111 51 36 0 54 107 145 34 26
Binary 110011 1001001 101001 11110 0 101100 1000111 1100101 11100 10110

Color Harmonies of #334929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334929

Black with #334929

Text Example


Text Example

White with #334929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334929; }

 p { color: rgb(51,73,41); }

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

background-color css

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

 a { background-color: rgb(51,73,41); }

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

border-color css

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

 span { border-color: rgb(51,73,41); }

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