Html Css Color HEX #375947 Plantation

📋 copy color: '#375947'

red 55 ◦ green 89 ◦ blue 71

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

Shades of Plantation #375947

Tints of Plantation #375947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.4%

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

R = 25.58%
G = 41.4%
B = 33.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#375947 (or 0x375947) is known color: Plantation. HEX triplet: 37, 59 and 47. RGB value is (55,89,71). Sum of RGB (Red+Green+Blue) = 55+89+71=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #375947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375947 is #C8A6B8. Grayscale: #4C4C4C. Windows color (decimal): -13149881 or 4675895. OLE color: 4675895.

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

Color convert

RGB 55 89 71 -
CMYK 0.38 0 0.20 0.65
HSL 148.24º 0.24% 0.28% -
HSV(B) 148.24º 0.38% 0.35% -
XYZ 6.29 8.41 7.25 -
YUV 76.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 55 89 71 0.38 0 0.20 0.65 148.24 0.24 0.28
Hex 37 59 47 26 0 14 41 94 18 1C
Octal 67 131 107 46 0 24 101 224 30 34
Binary 110111 1011001 1000111 100110 0 10100 1000001 10010100 11000 11100

Color Harmonies of #375947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375947

Black with #375947

Text Example


Text Example

White with #375947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375947; }

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

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

background-color css

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

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

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

border-color css

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

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

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