Html Css Color HEX #344928 Palm Leaf

📋 copy color: '#344928'

red 52 ◦ green 73 ◦ blue 40

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

Shades of Palm Leaf #344928

Tints of Palm Leaf #344928

RGB

 RED value IS 52 (20.7% from 255) = 31.52%

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

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

R = 31.52%
G = 44.24%
B = 24.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#344928 (or 0x344928) is known color: Palm Leaf. HEX triplet: 34, 49 and 28. RGB value is (52,73,40). Sum of RGB (Red+Green+Blue) = 52+73+40=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #344928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344928 is #CBB6D7. Grayscale: #3F3F3F. Windows color (decimal): -13350616 or 2640180. OLE color: 2640180.

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

Color convert

RGB 52 73 40 -
CMYK 0.29 0 0.45 0.71
HSL 98.18º 0.29% 0.22% -
HSV(B) 98.18º 0.45% 0.29% -
XYZ 4.18 5.65 2.88 -
YUV 62.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 52 73 40 0.29 0 0.45 0.71 98.18 0.29 0.22
Hex 34 49 28 1D 0 2D 47 62 1D 16
Octal 64 111 50 35 0 55 107 142 35 26
Binary 110100 1001001 101000 11101 0 101101 1000111 1100010 11101 10110

Color Harmonies of #344928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344928

Black with #344928

Text Example


Text Example

White with #344928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344928; }

 p { color: rgb(52,73,40); }

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

background-color css

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

 a { background-color: rgb(52,73,40); }

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

border-color css

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

 span { border-color: rgb(52,73,40); }

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