Html Css Color HEX #345428 Palm Leaf

📋 copy color: '#345428'

red 52 ◦ green 84 ◦ blue 40

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

Shades of Palm Leaf #345428

Tints of Palm Leaf #345428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.73%

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

R = 29.55%
G = 47.73%
B = 22.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#345428 (or 0x345428) is known color: Palm Leaf. HEX triplet: 34, 54 and 28. RGB value is (52,84,40). Sum of RGB (Red+Green+Blue) = 52+84+40=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #345428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345428 is #CBABD7. Grayscale: #454545. Windows color (decimal): -13347800 or 2642996. OLE color: 2642996.

HSL color Cylindrical-coordinate representation of color #345428: hue angle of 103.64º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #345428 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 40 -
CMYK 0.38 0 0.52 0.67
HSL 103.64º 0.35% 0.24% -
HSV(B) 103.64º 0.52% 0.33% -
XYZ 4.97 7.22 3.14 -
YUV 69.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 52 84 40 0.38 0 0.52 0.67 103.64 0.35 0.24
Hex 34 54 28 26 0 34 43 68 23 18
Octal 64 124 50 46 0 64 103 150 43 30
Binary 110100 1010100 101000 100110 0 110100 1000011 1101000 100011 11000

Color Harmonies of #345428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345428

Black with #345428

Text Example


Text Example

White with #345428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345428; }

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

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

background-color css

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

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

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

border-color css

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

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

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