Html Css Color HEX #374F2D Palm Leaf

📋 copy color: '#374F2D'

red 55 ◦ green 79 ◦ blue 45

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

Shades of Palm Leaf #374F2D

Tints of Palm Leaf #374F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 30.73%
G = 44.13%
B = 25.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#374F2D (or 0x374F2D) is known color: Palm Leaf. HEX triplet: 37, 4F and 2D. RGB value is (55,79,45). Sum of RGB (Red+Green+Blue) = 55+79+45=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #374F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F2D is #C8B0D2. Grayscale: #444444. Windows color (decimal): -13152467 or 2969399. OLE color: 2969399.

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

Color convert

RGB 55 79 45 -
CMYK 0.30 0 0.43 0.69
HSL 102.35º 0.27% 0.24% -
HSV(B) 102.35º 0.43% 0.31% -
XYZ 4.85 6.59 3.5 -
YUV 67.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 55 79 45 0.30 0 0.43 0.69 102.35 0.27 0.24
Hex 37 4F 2D 1E 0 2B 45 66 1B 18
Octal 67 117 55 36 0 53 105 146 33 30
Binary 110111 1001111 101101 11110 0 101011 1000101 1100110 11011 11000

Color Harmonies of #374F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F2D

Black with #374F2D

Text Example


Text Example

White with #374F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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