Html Css Color HEX #374F2F Palm Leaf

📋 copy color: '#374F2F'

red 55 ◦ green 79 ◦ blue 47

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

Shades of Palm Leaf #374F2F

Tints of Palm Leaf #374F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.97%

R = 30.39%
G = 43.65%
B = 25.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#374F2F (or 0x374F2F) is known color: Palm Leaf. HEX triplet: 37, 4F and 2F. RGB value is (55,79,47). Sum of RGB (Red+Green+Blue) = 55+79+47=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #374F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F2F is #C8B0D0. Grayscale: #444444. Windows color (decimal): -13152465 or 3100471. OLE color: 3100471.

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

Color convert

RGB 55 79 47 -
CMYK 0.30 0 0.41 0.69
HSL 105º 0.25% 0.25% -
HSV(B) 105º 0.41% 0.31% -
XYZ 4.88 6.61 3.71 -
YUV 68.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 55 79 47 0.30 0 0.41 0.69 105 0.25 0.25
Hex 37 4F 2F 1E 0 29 45 69 19 19
Octal 67 117 57 36 0 51 105 151 31 31
Binary 110111 1001111 101111 11110 0 101001 1000101 1101001 11001 11001

Color Harmonies of #374F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F2F

Black with #374F2F

Text Example


Text Example

White with #374F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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