Html Css Color HEX #375C49 Plantation

📋 copy color: '#375C49'

red 55 ◦ green 92 ◦ blue 73

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

Shades of Plantation #375C49

Tints of Plantation #375C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.82%

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

R = 25%
G = 41.82%
B = 33.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#375C49 (or 0x375C49) is known color: Plantation. HEX triplet: 37, 5C and 49. RGB value is (55,92,73). Sum of RGB (Red+Green+Blue) = 55+92+73=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #375C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C49 is #C8A3B6. Grayscale: #4E4E4E. Windows color (decimal): -13149111 or 4807735. OLE color: 4807735.

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

Color convert

RGB 55 92 73 -
CMYK 0.40 0 0.21 0.64
HSL 149.19º 0.25% 0.29% -
HSV(B) 149.19º 0.4% 0.36% -
XYZ 6.61 8.95 7.68 -
YUV 78.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 55 92 73 0.40 0 0.21 0.64 149.19 0.25 0.29
Hex 37 5C 49 28 0 15 40 95 19 1D
Octal 67 134 111 50 0 25 100 225 31 35
Binary 110111 1011100 1001001 101000 0 10101 1000000 10010101 11001 11101

Color Harmonies of #375C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C49

Black with #375C49

Text Example


Text Example

White with #375C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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