Html Css Color HEX #37522D Palm Leaf

📋 copy color: '#37522D'

red 55 ◦ green 82 ◦ blue 45

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

Shades of Palm Leaf #37522D

Tints of Palm Leaf #37522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 30.22%
G = 45.05%
B = 24.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#37522D (or 0x37522D) is known color: Palm Leaf. HEX triplet: 37, 52 and 2D. RGB value is (55,82,45). Sum of RGB (Red+Green+Blue) = 55+82+45=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #37522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37522D is #C8ADD2. Grayscale: #454545. Windows color (decimal): -13151699 or 2970167. OLE color: 2970167.

HSL color Cylindrical-coordinate representation of color #37522D: hue angle of 103.78º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37522D is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 45 -
CMYK 0.33 0 0.45 0.68
HSL 103.78º 0.29% 0.25% -
HSV(B) 103.78º 0.45% 0.32% -
XYZ 5.07 7.04 3.57 -
YUV 69.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 55 82 45 0.33 0 0.45 0.68 103.78 0.29 0.25
Hex 37 52 2D 21 0 2D 44 68 1D 19
Octal 67 122 55 41 0 55 104 150 35 31
Binary 110111 1010010 101101 100001 0 101101 1000100 1101000 11101 11001

Color Harmonies of #37522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37522D

Black with #37522D

Text Example


Text Example

White with #37522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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