Html Css Color HEX #345525 Palm Leaf

📋 copy color: '#345525'

red 52 ◦ green 85 ◦ blue 37

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

Shades of Palm Leaf #345525

Tints of Palm Leaf #345525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

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

R = 29.89%
G = 48.85%
B = 21.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#345525 (or 0x345525) is known color: Palm Leaf. HEX triplet: 34, 55 and 25. RGB value is (52,85,37). Sum of RGB (Red+Green+Blue) = 52+85+37=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #345525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345525 is #CBAADA. Grayscale: #454545. Windows color (decimal): -13347547 or 2446644. OLE color: 2446644.

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

Color convert

RGB 52 85 37 -
CMYK 0.39 0 0.56 0.67
HSL 101.25º 0.39% 0.24% -
HSV(B) 101.25º 0.56% 0.33% -
XYZ 5 7.36 2.91 -
YUV 69.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 52 85 37 0.39 0 0.56 0.67 101.25 0.39 0.24
Hex 34 55 25 27 0 38 43 65 27 18
Octal 64 125 45 47 0 70 103 145 47 30
Binary 110100 1010101 100101 100111 0 111000 1000011 1100101 100111 11000

Color Harmonies of #345525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345525

Black with #345525

Text Example


Text Example

White with #345525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345525; }

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

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

background-color css

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

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

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

border-color css

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

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

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