Html Css Color HEX #374132 Palm Leaf

📋 copy color: '#374132'

red 55 ◦ green 65 ◦ blue 50

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

Shades of Palm Leaf #374132

Tints of Palm Leaf #374132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

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

R = 32.35%
G = 38.24%
B = 29.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#374132 (or 0x374132) is known color: Palm Leaf. HEX triplet: 37, 41 and 32. RGB value is (55,65,50). Sum of RGB (Red+Green+Blue) = 55+65+50=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #374132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374132 is #C8BECD. Grayscale: #3C3C3C. Windows color (decimal): -13156046 or 3293495. OLE color: 3293495.

HSL color Cylindrical-coordinate representation of color #374132: hue angle of 100º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374132 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 50 -
CMYK 0.15 0 0.23 0.75
HSL 100º 0.13% 0.23% -
HSV(B) 100º 0.23% 0.25% -
XYZ 4.04 4.82 3.74 -
YUV 60.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 55 65 50 0.15 0 0.23 0.75 100 0.13 0.23
Hex 37 41 32 F 0 17 4B 64 D 17
Octal 67 101 62 17 0 27 113 144 15 27
Binary 110111 1000001 110010 1111 0 10111 1001011 1100100 1101 10111

Color Harmonies of #374132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374132

Black with #374132

Text Example


Text Example

White with #374132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374132; }

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

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

background-color css

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

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

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

border-color css

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

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

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