Html Css Color HEX #375748 Plantation

📋 copy color: '#375748'

red 55 ◦ green 87 ◦ blue 72

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

Shades of Plantation #375748

Tints of Plantation #375748

RGB

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

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

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

R = 25.7%
G = 40.65%
B = 33.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#375748 (or 0x375748) is known color: Plantation. HEX triplet: 37, 57 and 48. RGB value is (55,87,72). Sum of RGB (Red+Green+Blue) = 55+87+72=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #375748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375748 is #C8A8B7. Grayscale: #4B4B4B. Windows color (decimal): -13150392 or 4740919. OLE color: 4740919.

HSL color Cylindrical-coordinate representation of color #375748: hue angle of 151.88º 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 #375748 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 87 72 -
CMYK 0.37 0 0.17 0.66
HSL 151.88º 0.23% 0.28% -
HSV(B) 151.88º 0.37% 0.34% -
XYZ 6.15 8.1 7.37 -
YUV 75.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 55 87 72 0.37 0 0.17 0.66 151.88 0.23 0.28
Hex 37 57 48 25 0 11 42 98 17 1C
Octal 67 127 110 45 0 21 102 230 27 34
Binary 110111 1010111 1001000 100101 0 10001 1000010 10011000 10111 11100

Color Harmonies of #375748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375748

Black with #375748

Text Example


Text Example

White with #375748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375748; }

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

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

background-color css

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

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

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

border-color css

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

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

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