Html Css Color HEX #375131 Palm Leaf

📋 copy color: '#375131'

red 55 ◦ green 81 ◦ blue 49

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

Shades of Palm Leaf #375131

Tints of Palm Leaf #375131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 29.73%
G = 43.78%
B = 26.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#375131 (or 0x375131) is known color: Palm Leaf. HEX triplet: 37, 51 and 31. RGB value is (55,81,49). Sum of RGB (Red+Green+Blue) = 55+81+49=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #375131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375131 is #C8AECE. Grayscale: #454545. Windows color (decimal): -13151951 or 3232055. OLE color: 3232055.

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

Color convert

RGB 55 81 49 -
CMYK 0.32 0 0.40 0.68
HSL 108.75º 0.25% 0.25% -
HSV(B) 108.75º 0.4% 0.32% -
XYZ 5.07 6.92 3.97 -
YUV 69.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 55 81 49 0.32 0 0.40 0.68 108.75 0.25 0.25
Hex 37 51 31 20 0 28 44 6D 19 19
Octal 67 121 61 40 0 50 104 155 31 31
Binary 110111 1010001 110001 100000 0 101000 1000100 1101101 11001 11001

Color Harmonies of #375131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375131

Black with #375131

Text Example


Text Example

White with #375131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375131; }

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

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

background-color css

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

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

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

border-color css

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

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

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