Html Css Color HEX #375032 Palm Leaf

📋 copy color: '#375032'

red 55 ◦ green 80 ◦ blue 50

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

Shades of Palm Leaf #375032

Tints of Palm Leaf #375032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 29.73%
G = 43.24%
B = 27.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#375032 (or 0x375032) is known color: Palm Leaf. HEX triplet: 37, 50 and 32. RGB value is (55,80,50). Sum of RGB (Red+Green+Blue) = 55+80+50=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #375032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375032 is #C8AFCD. Grayscale: #454545. Windows color (decimal): -13152206 or 3297335. OLE color: 3297335.

HSL color Cylindrical-coordinate representation of color #375032: hue angle of 110º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375032 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 50 -
CMYK 0.31 0 0.37 0.69
HSL 110º 0.23% 0.25% -
HSV(B) 110º 0.38% 0.31% -
XYZ 5.02 6.78 4.06 -
YUV 69.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 55 80 50 0.31 0 0.37 0.69 110 0.23 0.25
Hex 37 50 32 1F 0 25 45 6E 17 19
Octal 67 120 62 37 0 45 105 156 27 31
Binary 110111 1010000 110010 11111 0 100101 1000101 1101110 10111 11001

Color Harmonies of #375032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375032

Black with #375032

Text Example


Text Example

White with #375032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375032; }

 p { color: rgb(55,80,50); }

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

background-color css

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

 a { background-color: rgb(55,80,50); }

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

border-color css

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

 span { border-color: rgb(55,80,50); }

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