Html Css Color HEX #375132 Palm Leaf

📋 copy color: '#375132'

red 55 ◦ green 81 ◦ blue 50

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

Shades of Palm Leaf #375132

Tints of Palm Leaf #375132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.55%

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

R = 29.57%
G = 43.55%
B = 26.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#375132 (or 0x375132) is known color: Palm Leaf. HEX triplet: 37, 51 and 32. RGB value is (55,81,50). Sum of RGB (Red+Green+Blue) = 55+81+50=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #375132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375132 is #C8AECD. Grayscale: #454545. Windows color (decimal): -13151950 or 3297591. OLE color: 3297591.

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

Color convert

RGB 55 81 50 -
CMYK 0.32 0 0.38 0.68
HSL 110.32º 0.24% 0.26% -
HSV(B) 110.32º 0.38% 0.32% -
XYZ 5.09 6.93 4.09 -
YUV 69.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 55 81 50 0.32 0 0.38 0.68 110.32 0.24 0.26
Hex 37 51 32 20 0 26 44 6E 18 1A
Octal 67 121 62 40 0 46 104 156 30 32
Binary 110111 1010001 110010 100000 0 100110 1000100 1101110 11000 11010

Color Harmonies of #375132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375132

Black with #375132

Text Example


Text Example

White with #375132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375132; }

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

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

background-color css

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

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

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

border-color css

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

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

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