Html Css Color HEX #374532 Palm Leaf

📋 copy color: '#374532'

red 55 ◦ green 69 ◦ blue 50

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

Shades of Palm Leaf #374532

Tints of Palm Leaf #374532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 31.61%
G = 39.66%
B = 28.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#374532 (or 0x374532) is known color: Palm Leaf. HEX triplet: 37, 45 and 32. RGB value is (55,69,50). Sum of RGB (Red+Green+Blue) = 55+69+50=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #374532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374532 is #C8BACD. Grayscale: #3E3E3E. Windows color (decimal): -13155022 or 3294519. OLE color: 3294519.

HSL color Cylindrical-coordinate representation of color #374532: hue angle of 104.21º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374532 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 50 -
CMYK 0.20 0 0.28 0.73
HSL 104.21º 0.16% 0.23% -
HSV(B) 104.21º 0.28% 0.27% -
XYZ 4.28 5.3 3.81 -
YUV 62.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 55 69 50 0.20 0 0.28 0.73 104.21 0.16 0.23
Hex 37 45 32 14 0 1C 49 68 10 17
Octal 67 105 62 24 0 34 111 150 20 27
Binary 110111 1000101 110010 10100 0 11100 1001001 1101000 10000 10111

Color Harmonies of #374532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374532

Black with #374532

Text Example


Text Example

White with #374532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374532; }

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

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

background-color css

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

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

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

border-color css

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

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

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