Html Css Color HEX #375B49 Plantation

📋 copy color: '#375B49'

red 55 ◦ green 91 ◦ blue 73

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

Shades of Plantation #375B49

Tints of Plantation #375B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 25.11%
G = 41.55%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#375B49 (or 0x375B49) is known color: Plantation. HEX triplet: 37, 5B and 49. RGB value is (55,91,73). Sum of RGB (Red+Green+Blue) = 55+91+73=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 91 - color contains mainly: green. Hex color #375B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B49 is #C8A4B6. Grayscale: #4E4E4E. Windows color (decimal): -13149367 or 4807479. OLE color: 4807479.

HSL color Cylindrical-coordinate representation of color #375B49: hue angle of 150º 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 #375B49 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 91 73 -
CMYK 0.40 0 0.20 0.64
HSL 150º 0.25% 0.29% -
HSV(B) 150º 0.4% 0.36% -
XYZ 6.52 8.78 7.65 -
YUV 78.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 55 91 73 0.40 0 0.20 0.64 150 0.25 0.29
Hex 37 5B 49 28 0 14 40 96 19 1D
Octal 67 133 111 50 0 24 100 226 31 35
Binary 110111 1011011 1001001 101000 0 10100 1000000 10010110 11001 11101

Color Harmonies of #375B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B49

Black with #375B49

Text Example


Text Example

White with #375B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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