Html Css Color HEX #375848 Plantation

📋 copy color: '#375848'

red 55 ◦ green 88 ◦ blue 72

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

Shades of Plantation #375848

Tints of Plantation #375848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

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

R = 25.58%
G = 40.93%
B = 33.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#375848 (or 0x375848) is known color: Plantation. HEX triplet: 37, 58 and 48. RGB value is (55,88,72). Sum of RGB (Red+Green+Blue) = 55+88+72=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #375848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375848 is #C8A7B7. Grayscale: #4C4C4C. Windows color (decimal): -13150136 or 4741175. OLE color: 4741175.

HSL color Cylindrical-coordinate representation of color #375848: hue angle of 150.91º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375848 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 72 -
CMYK 0.38 0 0.18 0.65
HSL 150.91º 0.23% 0.28% -
HSV(B) 150.91º 0.38% 0.35% -
XYZ 6.23 8.26 7.4 -
YUV 76.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 55 88 72 0.38 0 0.18 0.65 150.91 0.23 0.28
Hex 37 58 48 26 0 12 41 97 17 1C
Octal 67 130 110 46 0 22 101 227 27 34
Binary 110111 1011000 1001000 100110 0 10010 1000001 10010111 10111 11100

Color Harmonies of #375848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375848

Black with #375848

Text Example


Text Example

White with #375848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375848; }

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

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

background-color css

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

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

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

border-color css

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

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

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