Html Css Color HEX #345325 Palm Leaf

📋 copy color: '#345325'

red 52 ◦ green 83 ◦ blue 37

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

Shades of Palm Leaf #345325

Tints of Palm Leaf #345325

RGB

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

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

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

R = 30.23%
G = 48.26%
B = 21.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#345325 (or 0x345325) is known color: Palm Leaf. HEX triplet: 34, 53 and 25. RGB value is (52,83,37). Sum of RGB (Red+Green+Blue) = 52+83+37=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #345325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345325 is #CBACDA. Grayscale: #444444. Windows color (decimal): -13348059 or 2446132. OLE color: 2446132.

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

Color convert

RGB 52 83 37 -
CMYK 0.37 0 0.55 0.67
HSL 100.43º 0.38% 0.24% -
HSV(B) 100.43º 0.55% 0.33% -
XYZ 4.84 7.05 2.86 -
YUV 68.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 52 83 37 0.37 0 0.55 0.67 100.43 0.38 0.24
Hex 34 53 25 25 0 37 43 64 26 18
Octal 64 123 45 45 0 67 103 144 46 30
Binary 110100 1010011 100101 100101 0 110111 1000011 1100100 100110 11000

Color Harmonies of #345325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345325

Black with #345325

Text Example


Text Example

White with #345325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345325; }

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

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

background-color css

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

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

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

border-color css

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

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

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