Html Css Color HEX #375C47 Plantation

📋 copy color: '#375C47'

red 55 ◦ green 92 ◦ blue 71

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

Shades of Plantation #375C47

Tints of Plantation #375C47

RGB

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

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

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

R = 25.23%
G = 42.2%
B = 32.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#375C47 (or 0x375C47) is known color: Plantation. HEX triplet: 37, 5C and 47. RGB value is (55,92,71). Sum of RGB (Red+Green+Blue) = 55+92+71=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #375C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C47 is #C8A3B8. Grayscale: #4E4E4E. Windows color (decimal): -13149113 or 4676663. OLE color: 4676663.

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

Color convert

RGB 55 92 71 -
CMYK 0.40 0 0.23 0.64
HSL 145.95º 0.25% 0.29% -
HSV(B) 145.95º 0.4% 0.36% -
XYZ 6.54 8.92 7.34 -
YUV 78.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 55 92 71 0.40 0 0.23 0.64 145.95 0.25 0.29
Hex 37 5C 47 28 0 17 40 92 19 1D
Octal 67 134 107 50 0 27 100 222 31 35
Binary 110111 1011100 1000111 101000 0 10111 1000000 10010010 11001 11101

Color Harmonies of #375C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C47

Black with #375C47

Text Example


Text Example

White with #375C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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