Html Css Color HEX #375C48 Plantation

📋 copy color: '#375C48'

red 55 ◦ green 92 ◦ blue 72

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

Shades of Plantation #375C48

Tints of Plantation #375C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 25.11%
G = 42.01%
B = 32.88%

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

#375C48 (or 0x375C48) is known color: Plantation. HEX triplet: 37, 5C and 48. RGB value is (55,92,72). Sum of RGB (Red+Green+Blue) = 55+92+72=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #375C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C48 is #C8A3B7. Grayscale: #4E4E4E. Windows color (decimal): -13149112 or 4742199. OLE color: 4742199.

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

Color convert

RGB 55 92 72 -
CMYK 0.40 0 0.22 0.64
HSL 147.57º 0.25% 0.29% -
HSV(B) 147.57º 0.4% 0.36% -
XYZ 6.57 8.93 7.51 -
YUV 78.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 55 92 72 0.40 0 0.22 0.64 147.57 0.25 0.29
Hex 37 5C 48 28 0 16 40 94 19 1D
Octal 67 134 110 50 0 26 100 224 31 35
Binary 110111 1011100 1001000 101000 0 10110 1000000 10010100 11001 11101

Color Harmonies of #375C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C48

Black with #375C48

Text Example


Text Example

White with #375C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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