Html Css Color HEX #345425 Palm Leaf

📋 copy color: '#345425'

red 52 ◦ green 84 ◦ blue 37

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

Shades of Palm Leaf #345425

Tints of Palm Leaf #345425

RGB

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

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

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

R = 30.06%
G = 48.55%
B = 21.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#345425 (or 0x345425) is known color: Palm Leaf. HEX triplet: 34, 54 and 25. RGB value is (52,84,37). Sum of RGB (Red+Green+Blue) = 52+84+37=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #345425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345425 is #CBABDA. Grayscale: #454545. Windows color (decimal): -13347803 or 2446388. OLE color: 2446388.

HSL color Cylindrical-coordinate representation of color #345425: hue angle of 100.85º 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 #345425 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 37 -
CMYK 0.38 0 0.56 0.67
HSL 100.85º 0.39% 0.24% -
HSV(B) 100.85º 0.56% 0.33% -
XYZ 4.92 7.2 2.88 -
YUV 69.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 52 84 37 0.38 0 0.56 0.67 100.85 0.39 0.24
Hex 34 54 25 26 0 38 43 65 27 18
Octal 64 124 45 46 0 70 103 145 47 30
Binary 110100 1010100 100101 100110 0 111000 1000011 1100101 100111 11000

Color Harmonies of #345425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345425

Black with #345425

Text Example


Text Example

White with #345425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345425; }

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

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

background-color css

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

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

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

border-color css

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

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

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