Html Css Color HEX #375432 Palm Leaf

📋 copy color: '#375432'

red 55 ◦ green 84 ◦ blue 50

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

Shades of Palm Leaf #375432

Tints of Palm Leaf #375432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 50 (19.92% from 255) = 26.46%

R = 29.1%
G = 44.44%
B = 26.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#375432 (or 0x375432) is known color: Palm Leaf. HEX triplet: 37, 54 and 32. RGB value is (55,84,50). Sum of RGB (Red+Green+Blue) = 55+84+50=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #375432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375432 is #C8ABCD. Grayscale: #474747. Windows color (decimal): -13151182 or 3298359. OLE color: 3298359.

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

Color convert

RGB 55 84 50 -
CMYK 0.35 0 0.40 0.67
HSL 111.18º 0.25% 0.26% -
HSV(B) 111.18º 0.4% 0.33% -
XYZ 5.32 7.38 4.16 -
YUV 71.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 55 84 50 0.35 0 0.40 0.67 111.18 0.25 0.26
Hex 37 54 32 23 0 28 43 6F 19 1A
Octal 67 124 62 43 0 50 103 157 31 32
Binary 110111 1010100 110010 100011 0 101000 1000011 1101111 11001 11010

Color Harmonies of #375432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375432

Black with #375432

Text Example


Text Example

White with #375432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375432; }

 p { color: rgb(55,84,50); }

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

background-color css

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

 a { background-color: rgb(55,84,50); }

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

border-color css

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

 span { border-color: rgb(55,84,50); }

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