Html Css Color HEX #374C2C Palm Leaf

📋 copy color: '#374C2C'

red 55 ◦ green 76 ◦ blue 44

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

Shades of Palm Leaf #374C2C

Tints of Palm Leaf #374C2C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.43%

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 31.43%
G = 43.43%
B = 25.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#374C2C (or 0x374C2C) is known color: Palm Leaf. HEX triplet: 37, 4C and 2C. RGB value is (55,76,44). Sum of RGB (Red+Green+Blue) = 55+76+44=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #374C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C2C is #C8B3D3. Grayscale: #424242. Windows color (decimal): -13153236 or 2903095. OLE color: 2903095.

HSL color Cylindrical-coordinate representation of color #374C2C: hue angle of 99.38º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #374C2C is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 44 -
CMYK 0.28 0 0.42 0.70
HSL 99.38º 0.27% 0.24% -
HSV(B) 99.38º 0.42% 0.3% -
XYZ 4.61 6.16 3.33 -
YUV 66.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 55 76 44 0.28 0 0.42 0.70 99.38 0.27 0.24
Hex 37 4C 2C 1C 0 2A 46 63 1B 18
Octal 67 114 54 34 0 52 106 143 33 30
Binary 110111 1001100 101100 11100 0 101010 1000110 1100011 11011 11000

Color Harmonies of #374C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C2C

Black with #374C2C

Text Example


Text Example

White with #374C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,44); }

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

background-color css

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

 a { background-color: rgb(55,76,44); }

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

border-color css

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

 span { border-color: rgb(55,76,44); }

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