Html Css Color HEX #375228 Palm Leaf

📋 copy color: '#375228'

red 55 ◦ green 82 ◦ blue 40

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

Shades of Palm Leaf #375228

Tints of Palm Leaf #375228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.33%

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 31.07%
G = 46.33%
B = 22.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#375228 (or 0x375228) is known color: Palm Leaf. HEX triplet: 37, 52 and 28. RGB value is (55,82,40). Sum of RGB (Red+Green+Blue) = 55+82+40=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #375228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375228 is #C8ADD7. Grayscale: #454545. Windows color (decimal): -13151704 or 2642487. OLE color: 2642487.

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

Color convert

RGB 55 82 40 -
CMYK 0.33 0 0.51 0.68
HSL 98.57º 0.34% 0.24% -
HSV(B) 98.57º 0.51% 0.32% -
XYZ 4.98 7 3.1 -
YUV 69.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 55 82 40 0.33 0 0.51 0.68 98.57 0.34 0.24
Hex 37 52 28 21 0 33 44 63 22 18
Octal 67 122 50 41 0 63 104 143 42 30
Binary 110111 1010010 101000 100001 0 110011 1000100 1100011 100010 11000

Color Harmonies of #375228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375228

Black with #375228

Text Example


Text Example

White with #375228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375228; }

 p { color: rgb(55,82,40); }

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

background-color css

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

 a { background-color: rgb(55,82,40); }

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

border-color css

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

 span { border-color: rgb(55,82,40); }

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