Html Css Color HEX #375747 Plantation

📋 copy color: '#375747'

red 55 ◦ green 87 ◦ blue 71

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

Shades of Plantation #375747

Tints of Plantation #375747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.85%

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

R = 25.82%
G = 40.85%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#375747 (or 0x375747) is known color: Plantation. HEX triplet: 37, 57 and 47. RGB value is (55,87,71). Sum of RGB (Red+Green+Blue) = 55+87+71=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #375747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375747 is #C8A8B8. Grayscale: #4B4B4B. Windows color (decimal): -13150393 or 4675383. OLE color: 4675383.

HSL color Cylindrical-coordinate representation of color #375747: hue angle of 150º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375747 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 87 71 -
CMYK 0.37 0 0.18 0.66
HSL 150º 0.23% 0.28% -
HSV(B) 150º 0.37% 0.34% -
XYZ 6.12 8.08 7.2 -
YUV 75.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 55 87 71 0.37 0 0.18 0.66 150 0.23 0.28
Hex 37 57 47 25 0 12 42 96 17 1C
Octal 67 127 107 45 0 22 102 226 27 34
Binary 110111 1010111 1000111 100101 0 10010 1000010 10010110 10111 11100

Color Harmonies of #375747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375747

Black with #375747

Text Example


Text Example

White with #375747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375747; }

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

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

background-color css

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

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

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

border-color css

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

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

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