Html Css Color HEX #375329 Palm Leaf

📋 copy color: '#375329'

red 55 ◦ green 83 ◦ blue 41

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

Shades of Palm Leaf #375329

Tints of Palm Leaf #375329

RGB

 RED value IS 55 (21.88% from 255) = 30.73%

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

 BLUE value IS 41 (16.41% from 255) = 22.91%

R = 30.73%
G = 46.37%
B = 22.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#375329 (or 0x375329) is known color: Palm Leaf. HEX triplet: 37, 53 and 29. RGB value is (55,83,41). Sum of RGB (Red+Green+Blue) = 55+83+41=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #375329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375329 is #C8ACD6. Grayscale: #454545. Windows color (decimal): -13151447 or 2708279. OLE color: 2708279.

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

Color convert

RGB 55 83 41 -
CMYK 0.34 0 0.51 0.67
HSL 100º 0.34% 0.24% -
HSV(B) 100º 0.51% 0.33% -
XYZ 5.07 7.16 3.21 -
YUV 69.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 55 83 41 0.34 0 0.51 0.67 100 0.34 0.24
Hex 37 53 29 22 0 33 43 64 22 18
Octal 67 123 51 42 0 63 103 144 42 30
Binary 110111 1010011 101001 100010 0 110011 1000011 1100100 100010 11000

Color Harmonies of #375329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375329

Black with #375329

Text Example


Text Example

White with #375329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375329; }

 p { color: rgb(55,83,41); }

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

background-color css

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

 a { background-color: rgb(55,83,41); }

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

border-color css

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

 span { border-color: rgb(55,83,41); }

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