Html Css Color HEX #375144 Plantation

📋 copy color: '#375144'

red 55 ◦ green 81 ◦ blue 68

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

Shades of Plantation #375144

Tints of Plantation #375144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

 BLUE value IS 68 (26.95% from 255) = 33.33%

R = 26.96%
G = 39.71%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#375144 (or 0x375144) is known color: Plantation. HEX triplet: 37, 51 and 44. RGB value is (55,81,68). Sum of RGB (Red+Green+Blue) = 55+81+68=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #375144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375144 is #C8AEBB. Grayscale: #474747. Windows color (decimal): -13151932 or 4477239. OLE color: 4477239.

HSL color Cylindrical-coordinate representation of color #375144: hue angle of 150º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #375144 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 68 -
CMYK 0.32 0 0.16 0.68
HSL 150º 0.19% 0.27% -
HSV(B) 150º 0.32% 0.32% -
XYZ 5.56 7.11 6.55 -
YUV 71.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 55 81 68 0.32 0 0.16 0.68 150 0.19 0.27
Hex 37 51 44 20 0 10 44 96 13 1B
Octal 67 121 104 40 0 20 104 226 23 33
Binary 110111 1010001 1000100 100000 0 10000 1000100 10010110 10011 11011

Color Harmonies of #375144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375144

Black with #375144

Text Example


Text Example

White with #375144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375144; }

 p { color: rgb(55,81,68); }

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

background-color css

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

 a { background-color: rgb(55,81,68); }

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

border-color css

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

 span { border-color: rgb(55,81,68); }

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