Html Css Color HEX #374B2E Palm Leaf

📋 copy color: '#374B2E'

red 55 ◦ green 75 ◦ blue 46

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

Shades of Palm Leaf #374B2E

Tints of Palm Leaf #374B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.61%

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

R = 31.25%
G = 42.61%
B = 26.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#374B2E (or 0x374B2E) is known color: Palm Leaf. HEX triplet: 37, 4B and 2E. RGB value is (55,75,46). Sum of RGB (Red+Green+Blue) = 55+75+46=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #374B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B2E is #C8B4D1. Grayscale: #414141. Windows color (decimal): -13153490 or 3033911. OLE color: 3033911.

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

Color convert

RGB 55 75 46 -
CMYK 0.27 0 0.39 0.71
HSL 101.38º 0.24% 0.24% -
HSV(B) 101.38º 0.39% 0.29% -
XYZ 4.58 6.04 3.51 -
YUV 65.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 55 75 46 0.27 0 0.39 0.71 101.38 0.24 0.24
Hex 37 4B 2E 1B 0 27 47 65 18 18
Octal 67 113 56 33 0 47 107 145 30 30
Binary 110111 1001011 101110 11011 0 100111 1000111 1100101 11000 11000

Color Harmonies of #374B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B2E

Black with #374B2E

Text Example


Text Example

White with #374B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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