Html Css Color HEX #374A31 Palm Leaf

📋 copy color: '#374A31'

red 55 ◦ green 74 ◦ blue 49

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

Shades of Palm Leaf #374A31

Tints of Palm Leaf #374A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.57%

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

R = 30.9%
G = 41.57%
B = 27.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#374A31 (or 0x374A31) is known color: Palm Leaf. HEX triplet: 37, 4A and 31. RGB value is (55,74,49). Sum of RGB (Red+Green+Blue) = 55+74+49=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #374A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A31 is #C8B5CE. Grayscale: #414141. Windows color (decimal): -13153743 or 3230263. OLE color: 3230263.

HSL color Cylindrical-coordinate representation of color #374A31: hue angle of 105.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #374A31 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 74 49 -
CMYK 0.26 0 0.34 0.71
HSL 105.6º 0.2% 0.24% -
HSV(B) 105.6º 0.34% 0.29% -
XYZ 4.58 5.93 3.81 -
YUV 65.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 55 74 49 0.26 0 0.34 0.71 105.6 0.2 0.24
Hex 37 4A 31 1A 0 22 47 6A 14 18
Octal 67 112 61 32 0 42 107 152 24 30
Binary 110111 1001010 110001 11010 0 100010 1000111 1101010 10100 11000

Color Harmonies of #374A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A31

Black with #374A31

Text Example


Text Example

White with #374A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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