Html Css Color HEX #374F34 Palm Leaf

📋 copy color: '#374F34'

red 55 ◦ green 79 ◦ blue 52

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

Shades of Palm Leaf #374F34

Tints of Palm Leaf #374F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 29.57%
G = 42.47%
B = 27.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#374F34 (or 0x374F34) is known color: Palm Leaf. HEX triplet: 37, 4F and 34. RGB value is (55,79,52). Sum of RGB (Red+Green+Blue) = 55+79+52=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #374F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F34 is #C8B0CB. Grayscale: #444444. Windows color (decimal): -13152460 or 3428151. OLE color: 3428151.

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

Color convert

RGB 55 79 52 -
CMYK 0.30 0 0.34 0.69
HSL 113.33º 0.21% 0.26% -
HSV(B) 113.33º 0.34% 0.31% -
XYZ 4.99 6.65 4.27 -
YUV 68.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 55 79 52 0.30 0 0.34 0.69 113.33 0.21 0.26
Hex 37 4F 34 1E 0 22 45 71 15 1A
Octal 67 117 64 36 0 42 105 161 25 32
Binary 110111 1001111 110100 11110 0 100010 1000101 1110001 10101 11010

Color Harmonies of #374F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F34

Black with #374F34

Text Example


Text Example

White with #374F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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