#375B4A

Color #375B4A Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #375B4A

Tints of Plantation #375B4A

Color information

#375B4A (or 0x375B4A) is unknown color: approx Plantation. HEX triplet: 37, 5B and 4A. RGB value is (55,91,74). Sum of RGB (Red+Green+Blue) = 55+91+74=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #375B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B4A is #C8A4B5. Grayscale: #4E4E4E. Windows color (decimal): -13149366 or 4873015. OLE color: 4873015.

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

Color convert

RGB559174-
CMYK0.4000.190.64
HSL151.67º24.66%28.63%-
HSV(B)151.67º39.56%35.69%-
XYZ6.558.797.83-
YUV78.3125.57111.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=25%
G=41.36%
B=33.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5591740.4000.190.64151.6724.6628.63
Hex375B4A280134098191d
Octal67133112500231002303135
Binary110111101101110010101010000100111000000100110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #375B4A;
 }
 .AnyTagClassName
 {
   color: #375B4A;
 }
</style>
background-color css

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

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

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

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

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

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