Html Css Color HEX #376447 Plantation

📋 copy color: '#376447'

red 55 ◦ green 100 ◦ blue 71

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

Shades of Plantation #376447

Tints of Plantation #376447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.25%

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

R = 24.34%
G = 44.25%
B = 31.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#376447 (or 0x376447) is known color: Plantation. HEX triplet: 37, 64 and 47. RGB value is (55,100,71). Sum of RGB (Red+Green+Blue) = 55+100+71=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #376447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376447 is #C89BB8. Grayscale: #535353. Windows color (decimal): -13147065 or 4678711. OLE color: 4678711.

HSL color Cylindrical-coordinate representation of color #376447: hue angle of 141.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #376447 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 71 -
CMYK 0.45 0 0.29 0.61
HSL 141.33º 0.29% 0.3% -
HSV(B) 141.33º 0.45% 0.39% -
XYZ 7.27 10.38 7.58 -
YUV 83.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 55 100 71 0.45 0 0.29 0.61 141.33 0.29 0.3
Hex 37 64 47 2D 0 1D 3D 8D 1D 1E
Octal 67 144 107 55 0 35 75 215 35 36
Binary 110111 1100100 1000111 101101 0 11101 111101 10001101 11101 11110

Color Harmonies of #376447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376447

Black with #376447

Text Example


Text Example

White with #376447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376447; }

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

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

background-color css

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

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

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

border-color css

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

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

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