Html Css Color HEX #374231 Palm Leaf

📋 copy color: '#374231'

red 55 ◦ green 66 ◦ blue 49

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

Shades of Palm Leaf #374231

Tints of Palm Leaf #374231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 32.35%
G = 38.82%
B = 28.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#374231 (or 0x374231) is known color: Palm Leaf. HEX triplet: 37, 42 and 31. RGB value is (55,66,49). Sum of RGB (Red+Green+Blue) = 55+66+49=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #374231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374231 is #C8BDCE. Grayscale: #3C3C3C. Windows color (decimal): -13155791 or 3228215. OLE color: 3228215.

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

Color convert

RGB 55 66 49 -
CMYK 0.17 0 0.26 0.74
HSL 98.82º 0.15% 0.23% -
HSV(B) 98.82º 0.26% 0.26% -
XYZ 4.08 4.93 3.64 -
YUV 60.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 55 66 49 0.17 0 0.26 0.74 98.82 0.15 0.23
Hex 37 42 31 11 0 1A 4A 63 F 17
Octal 67 102 61 21 0 32 112 143 17 27
Binary 110111 1000010 110001 10001 0 11010 1001010 1100011 1111 10111

Color Harmonies of #374231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374231

Black with #374231

Text Example


Text Example

White with #374231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374231; }

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

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

background-color css

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

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

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

border-color css

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

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

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