Html Css Color HEX #345A1A Palm Leaf

📋 copy color: '#345A1A'

red 52 ◦ green 90 ◦ blue 26

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

Shades of Palm Leaf #345A1A

Tints of Palm Leaf #345A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.57%

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 30.95%
G = 53.57%
B = 15.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#345A1A (or 0x345A1A) is known color: Palm Leaf. HEX triplet: 34, 5A and 1A. RGB value is (52,90,26). Sum of RGB (Red+Green+Blue) = 52+90+26=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #345A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A1A is #CBA5E5. Grayscale: #474747. Windows color (decimal): -13346278 or 1727028. OLE color: 1727028.

HSL color Cylindrical-coordinate representation of color #345A1A: hue angle of 95.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345A1A is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 90 26 -
CMYK 0.42 0 0.71 0.65
HSL 95.63º 0.55% 0.23% -
HSV(B) 95.63º 0.71% 0.35% -
XYZ 5.26 8.12 2.27 -
YUV 71.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 52 90 26 0.42 0 0.71 0.65 95.63 0.55 0.23
Hex 34 5A 1A 2A 0 47 41 60 37 17
Octal 64 132 32 52 0 107 101 140 67 27
Binary 110100 1011010 11010 101010 0 1000111 1000001 1100000 110111 10111

Color Harmonies of #345A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A1A

Black with #345A1A

Text Example


Text Example

White with #345A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A1A; }

 p { color: rgb(52,90,26); }

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

background-color css

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

 a { background-color: rgb(52,90,26); }

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

border-color css

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

 span { border-color: rgb(52,90,26); }

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