Html Css Color HEX #375031 Palm Leaf

📋 copy color: '#375031'

red 55 ◦ green 80 ◦ blue 49

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

Shades of Palm Leaf #375031

Tints of Palm Leaf #375031

RGB

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

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

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

R = 29.89%
G = 43.48%
B = 26.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#375031 (or 0x375031) is known color: Palm Leaf. HEX triplet: 37, 50 and 31. RGB value is (55,80,49). Sum of RGB (Red+Green+Blue) = 55+80+49=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #375031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375031 is #C8AFCE. Grayscale: #454545. Windows color (decimal): -13152207 or 3231799. OLE color: 3231799.

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

Color convert

RGB 55 80 49 -
CMYK 0.31 0 0.39 0.69
HSL 108.39º 0.24% 0.25% -
HSV(B) 108.39º 0.39% 0.31% -
XYZ 5 6.77 3.95 -
YUV 68.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 55 80 49 0.31 0 0.39 0.69 108.39 0.24 0.25
Hex 37 50 31 1F 0 27 45 6C 18 19
Octal 67 120 61 37 0 47 105 154 30 31
Binary 110111 1010000 110001 11111 0 100111 1000101 1101100 11000 11001

Color Harmonies of #375031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375031

Black with #375031

Text Example


Text Example

White with #375031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375031; }

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

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

background-color css

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

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

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

border-color css

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

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

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