Html Css Color HEX #374F2C Palm Leaf

📋 copy color: '#374F2C'

red 55 ◦ green 79 ◦ blue 44

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

Shades of Palm Leaf #374F2C

Tints of Palm Leaf #374F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.38%

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

R = 30.9%
G = 44.38%
B = 24.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#374F2C (or 0x374F2C) is known color: Palm Leaf. HEX triplet: 37, 4F and 2C. RGB value is (55,79,44). Sum of RGB (Red+Green+Blue) = 55+79+44=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #374F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F2C is #C8B0D3. Grayscale: #434343. Windows color (decimal): -13152468 or 2903863. OLE color: 2903863.

HSL color Cylindrical-coordinate representation of color #374F2C: hue angle of 101.14º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374F2C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 44 -
CMYK 0.30 0 0.44 0.69
HSL 101.14º 0.28% 0.24% -
HSV(B) 101.14º 0.44% 0.31% -
XYZ 4.83 6.59 3.4 -
YUV 67.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 55 79 44 0.30 0 0.44 0.69 101.14 0.28 0.24
Hex 37 4F 2C 1E 0 2C 45 65 1C 18
Octal 67 117 54 36 0 54 105 145 34 30
Binary 110111 1001111 101100 11110 0 101100 1000101 1100101 11100 11000

Color Harmonies of #374F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F2C

Black with #374F2C

Text Example


Text Example

White with #374F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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