Html Css Color HEX #375128 Palm Leaf

📋 copy color: '#375128'

red 55 ◦ green 81 ◦ blue 40

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

Shades of Palm Leaf #375128

Tints of Palm Leaf #375128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 31.25%
G = 46.02%
B = 22.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#375128 (or 0x375128) is known color: Palm Leaf. HEX triplet: 37, 51 and 28. RGB value is (55,81,40). Sum of RGB (Red+Green+Blue) = 55+81+40=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #375128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375128 is #C8AED7. Grayscale: #444444. Windows color (decimal): -13151960 or 2642231. OLE color: 2642231.

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

Color convert

RGB 55 81 40 -
CMYK 0.32 0 0.51 0.68
HSL 98.05º 0.34% 0.24% -
HSV(B) 98.05º 0.51% 0.32% -
XYZ 4.9 6.85 3.07 -
YUV 68.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 55 81 40 0.32 0 0.51 0.68 98.05 0.34 0.24
Hex 37 51 28 20 0 33 44 62 22 18
Octal 67 121 50 40 0 63 104 142 42 30
Binary 110111 1010001 101000 100000 0 110011 1000100 1100010 100010 11000

Color Harmonies of #375128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375128

Black with #375128

Text Example


Text Example

White with #375128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375128; }

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

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

background-color css

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

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

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

border-color css

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

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

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