Html Css Color HEX #345925 Palm Leaf

📋 copy color: '#345925'

red 52 ◦ green 89 ◦ blue 37

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

Shades of Palm Leaf #345925

Tints of Palm Leaf #345925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 29.21%
G = 50%
B = 20.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#345925 (or 0x345925) is known color: Palm Leaf. HEX triplet: 34, 59 and 25. RGB value is (52,89,37). Sum of RGB (Red+Green+Blue) = 52+89+37=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #345925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345925 is #CBA6DA. Grayscale: #484848. Windows color (decimal): -13346523 or 2447668. OLE color: 2447668.

HSL color Cylindrical-coordinate representation of color #345925: hue angle of 102.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #345925 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 37 -
CMYK 0.42 0 0.58 0.65
HSL 102.69º 0.41% 0.25% -
HSV(B) 102.69º 0.58% 0.35% -
XYZ 5.32 8.01 3.02 -
YUV 72.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 52 89 37 0.42 0 0.58 0.65 102.69 0.41 0.25
Hex 34 59 25 2A 0 3A 41 67 29 19
Octal 64 131 45 52 0 72 101 147 51 31
Binary 110100 1011001 100101 101010 0 111010 1000001 1100111 101001 11001

Color Harmonies of #345925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345925

Black with #345925

Text Example


Text Example

White with #345925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345925; }

 p { color: rgb(52,89,37); }

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

background-color css

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

 a { background-color: rgb(52,89,37); }

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

border-color css

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

 span { border-color: rgb(52,89,37); }

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