Html Css Color HEX #375B47 Plantation

📋 copy color: '#375B47'

red 55 ◦ green 91 ◦ blue 71

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

Shades of Plantation #375B47

Tints of Plantation #375B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.94%

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

R = 25.35%
G = 41.94%
B = 32.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#375B47 (or 0x375B47) is known color: Plantation. HEX triplet: 37, 5B and 47. RGB value is (55,91,71). Sum of RGB (Red+Green+Blue) = 55+91+71=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #375B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B47 is #C8A4B8. Grayscale: #4E4E4E. Windows color (decimal): -13149369 or 4676407. OLE color: 4676407.

HSL color Cylindrical-coordinate representation of color #375B47: hue angle of 146.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B47 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 91 71 -
CMYK 0.40 0 0.22 0.64
HSL 146.67º 0.25% 0.29% -
HSV(B) 146.67º 0.4% 0.36% -
XYZ 6.45 8.75 7.31 -
YUV 77.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 55 91 71 0.40 0 0.22 0.64 146.67 0.25 0.29
Hex 37 5B 47 28 0 16 40 93 19 1D
Octal 67 133 107 50 0 26 100 223 31 35
Binary 110111 1011011 1000111 101000 0 10110 1000000 10010011 11001 11101

Color Harmonies of #375B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B47

Black with #375B47

Text Example


Text Example

White with #375B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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