Html Css Color HEX #374F2E Palm Leaf

📋 copy color: '#374F2E'

red 55 ◦ green 79 ◦ blue 46

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

Shades of Palm Leaf #374F2E

Tints of Palm Leaf #374F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 30.56%
G = 43.89%
B = 25.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#374F2E (or 0x374F2E) is known color: Palm Leaf. HEX triplet: 37, 4F and 2E. RGB value is (55,79,46). Sum of RGB (Red+Green+Blue) = 55+79+46=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #374F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F2E is #C8B0D1. Grayscale: #444444. Windows color (decimal): -13152466 or 3034935. OLE color: 3034935.

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

Color convert

RGB 55 79 46 -
CMYK 0.30 0 0.42 0.69
HSL 103.64º 0.26% 0.25% -
HSV(B) 103.64º 0.42% 0.31% -
XYZ 4.86 6.6 3.6 -
YUV 68.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 55 79 46 0.30 0 0.42 0.69 103.64 0.26 0.25
Hex 37 4F 2E 1E 0 2A 45 68 1A 19
Octal 67 117 56 36 0 52 105 150 32 31
Binary 110111 1001111 101110 11110 0 101010 1000101 1101000 11010 11001

Color Harmonies of #374F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F2E

Black with #374F2E

Text Example


Text Example

White with #374F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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