Html Css Color HEX #376247 Plantation

📋 copy color: '#376247'

red 55 ◦ green 98 ◦ blue 71

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

Shades of Plantation #376247

Tints of Plantation #376247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

 BLUE value IS 71 (28.13% from 255) = 31.7%

R = 24.55%
G = 43.75%
B = 31.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#376247 (or 0x376247) is known color: Plantation. HEX triplet: 37, 62 and 47. RGB value is (55,98,71). Sum of RGB (Red+Green+Blue) = 55+98+71=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #376247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376247 is #C89DB8. Grayscale: #525252. Windows color (decimal): -13147577 or 4678199. OLE color: 4678199.

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

Color convert

RGB 55 98 71 -
CMYK 0.44 0 0.28 0.62
HSL 142.33º 0.28% 0.3% -
HSV(B) 142.33º 0.44% 0.38% -
XYZ 7.08 10 7.52 -
YUV 82.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 55 98 71 0.44 0 0.28 0.62 142.33 0.28 0.3
Hex 37 62 47 2C 0 1C 3E 8E 1C 1E
Octal 67 142 107 54 0 34 76 216 34 36
Binary 110111 1100010 1000111 101100 0 11100 111110 10001110 11100 11110

Color Harmonies of #376247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376247

Black with #376247

Text Example


Text Example

White with #376247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376247; }

 p { color: rgb(55,98,71); }

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

background-color css

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

 a { background-color: rgb(55,98,71); }

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

border-color css

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

 span { border-color: rgb(55,98,71); }

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