Html Css Color HEX #345326 Palm Leaf

📋 copy color: '#345326'

red 52 ◦ green 83 ◦ blue 38

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

Shades of Palm Leaf #345326

Tints of Palm Leaf #345326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.98%

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 30.06%
G = 47.98%
B = 21.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#345326 (or 0x345326) is known color: Palm Leaf. HEX triplet: 34, 53 and 26. RGB value is (52,83,38). Sum of RGB (Red+Green+Blue) = 52+83+38=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #345326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345326 is #CBACD9. Grayscale: #444444. Windows color (decimal): -13348058 or 2511668. OLE color: 2511668.

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

Color convert

RGB 52 83 38 -
CMYK 0.37 0 0.54 0.67
HSL 101.33º 0.37% 0.24% -
HSV(B) 101.33º 0.54% 0.33% -
XYZ 4.86 7.06 2.94 -
YUV 68.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 52 83 38 0.37 0 0.54 0.67 101.33 0.37 0.24
Hex 34 53 26 25 0 36 43 65 25 18
Octal 64 123 46 45 0 66 103 145 45 30
Binary 110100 1010011 100110 100101 0 110110 1000011 1100101 100101 11000

Color Harmonies of #345326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345326

Black with #345326

Text Example


Text Example

White with #345326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345326; }

 p { color: rgb(52,83,38); }

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

background-color css

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

 a { background-color: rgb(52,83,38); }

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

border-color css

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

 span { border-color: rgb(52,83,38); }

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