Html Css Color HEX #375749 Plantation

📋 copy color: '#375749'

red 55 ◦ green 87 ◦ blue 73

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

Shades of Plantation #375749

Tints of Plantation #375749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.47%

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

R = 25.58%
G = 40.47%
B = 33.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#375749 (or 0x375749) is known color: Plantation. HEX triplet: 37, 57 and 49. RGB value is (55,87,73). Sum of RGB (Red+Green+Blue) = 55+87+73=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #375749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375749 is #C8A8B6. Grayscale: #4B4B4B. Windows color (decimal): -13150391 or 4806455. OLE color: 4806455.

HSL color Cylindrical-coordinate representation of color #375749: hue angle of 153.75º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375749 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 87 73 -
CMYK 0.37 0 0.16 0.66
HSL 153.75º 0.23% 0.28% -
HSV(B) 153.75º 0.37% 0.34% -
XYZ 6.19 8.11 7.54 -
YUV 75.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 55 87 73 0.37 0 0.16 0.66 153.75 0.23 0.28
Hex 37 57 49 25 0 10 42 9A 17 1C
Octal 67 127 111 45 0 20 102 232 27 34
Binary 110111 1010111 1001001 100101 0 10000 1000010 10011010 10111 11100

Color Harmonies of #375749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375749

Black with #375749

Text Example


Text Example

White with #375749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375749; }

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

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

background-color css

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

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

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

border-color css

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

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

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