Html Css Color HEX #375231 Palm Leaf

📋 copy color: '#375231'

red 55 ◦ green 82 ◦ blue 49

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

Shades of Palm Leaf #375231

Tints of Palm Leaf #375231

RGB

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

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

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

R = 29.57%
G = 44.09%
B = 26.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#375231 (or 0x375231) is known color: Palm Leaf. HEX triplet: 37, 52 and 31. RGB value is (55,82,49). Sum of RGB (Red+Green+Blue) = 55+82+49=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #375231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375231 is #C8ADCE. Grayscale: #464646. Windows color (decimal): -13151695 or 3232311. OLE color: 3232311.

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

Color convert

RGB 55 82 49 -
CMYK 0.33 0 0.40 0.68
HSL 109.09º 0.25% 0.26% -
HSV(B) 109.09º 0.4% 0.32% -
XYZ 5.15 7.07 4 -
YUV 70.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 55 82 49 0.33 0 0.40 0.68 109.09 0.25 0.26
Hex 37 52 31 21 0 28 44 6D 19 1A
Octal 67 122 61 41 0 50 104 155 31 32
Binary 110111 1010010 110001 100001 0 101000 1000100 1101101 11001 11010

Color Harmonies of #375231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375231

Black with #375231

Text Example


Text Example

White with #375231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375231; }

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

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

background-color css

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

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

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

border-color css

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

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

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