Html Css Color HEX #375820 Palm Leaf

📋 copy color: '#375820'

red 55 ◦ green 88 ◦ blue 32

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

Shades of Palm Leaf #375820

Tints of Palm Leaf #375820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

 BLUE value IS 32 (12.89% from 255) = 18.29%

R = 31.43%
G = 50.29%
B = 18.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#375820 (or 0x375820) is known color: Palm Leaf. HEX triplet: 37, 58 and 20. RGB value is (55,88,32). Sum of RGB (Red+Green+Blue) = 55+88+32=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #375820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375820 is #C8A7DF. Grayscale: #474747. Windows color (decimal): -13150176 or 2119735. OLE color: 2119735.

HSL color Cylindrical-coordinate representation of color #375820: hue angle of 95.36º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375820 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 32 -
CMYK 0.38 0 0.64 0.65
HSL 95.36º 0.47% 0.24% -
HSV(B) 95.36º 0.64% 0.35% -
XYZ 5.33 7.9 2.61 -
YUV 71.75 105.57 116.05 -
System Red Green Blue C M Y K H S L
Decimal 55 88 32 0.38 0 0.64 0.65 95.36 0.47 0.24
Hex 37 58 20 26 0 40 41 5F 2F 18
Octal 67 130 40 46 0 100 101 137 57 30
Binary 110111 1011000 100000 100110 0 1000000 1000001 1011111 101111 11000

Color Harmonies of #375820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375820

Black with #375820

Text Example


Text Example

White with #375820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375820; }

 p { color: rgb(55,88,32); }

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

background-color css

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

 a { background-color: rgb(55,88,32); }

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

border-color css

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

 span { border-color: rgb(55,88,32); }

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