Html Css Color HEX #374F28 Palm Leaf

📋 copy color: '#374F28'

red 55 ◦ green 79 ◦ blue 40

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

Shades of Palm Leaf #374F28

Tints of Palm Leaf #374F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 31.61%
G = 45.4%
B = 22.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#374F28 (or 0x374F28) is known color: Palm Leaf. HEX triplet: 37, 4F and 28. RGB value is (55,79,40). Sum of RGB (Red+Green+Blue) = 55+79+40=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #374F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F28 is #C8B0D7. Grayscale: #434343. Windows color (decimal): -13152472 or 2641719. OLE color: 2641719.

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

Color convert

RGB 55 79 40 -
CMYK 0.30 0 0.49 0.69
HSL 96.92º 0.33% 0.23% -
HSV(B) 96.92º 0.49% 0.31% -
XYZ 4.75 6.56 3.02 -
YUV 67.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 55 79 40 0.30 0 0.49 0.69 96.92 0.33 0.23
Hex 37 4F 28 1E 0 31 45 61 21 17
Octal 67 117 50 36 0 61 105 141 41 27
Binary 110111 1001111 101000 11110 0 110001 1000101 1100001 100001 10111

Color Harmonies of #374F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F28

Black with #374F28

Text Example


Text Example

White with #374F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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