Html Css Color HEX #374C2F Palm Leaf

📋 copy color: '#374C2F'

red 55 ◦ green 76 ◦ blue 47

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

Shades of Palm Leaf #374C2F

Tints of Palm Leaf #374C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.7%

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

R = 30.9%
G = 42.7%
B = 26.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#374C2F (or 0x374C2F) is known color: Palm Leaf. HEX triplet: 37, 4C and 2F. RGB value is (55,76,47). Sum of RGB (Red+Green+Blue) = 55+76+47=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #374C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C2F is #C8B3D0. Grayscale: #424242. Windows color (decimal): -13153233 or 3099703. OLE color: 3099703.

HSL color Cylindrical-coordinate representation of color #374C2F: hue angle of 103.45º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374C2F is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 47 -
CMYK 0.28 0 0.38 0.70
HSL 103.45º 0.24% 0.24% -
HSV(B) 103.45º 0.38% 0.3% -
XYZ 4.67 6.19 3.64 -
YUV 66.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 55 76 47 0.28 0 0.38 0.70 103.45 0.24 0.24
Hex 37 4C 2F 1C 0 26 46 67 18 18
Octal 67 114 57 34 0 46 106 147 30 30
Binary 110111 1001100 101111 11100 0 100110 1000110 1100111 11000 11000

Color Harmonies of #374C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C2F

Black with #374C2F

Text Example


Text Example

White with #374C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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