Html Css Color HEX #375647 Plantation

📋 copy color: '#375647'

red 55 ◦ green 86 ◦ blue 71

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

Shades of Plantation #375647

Tints of Plantation #375647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.57%

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 25.94%
G = 40.57%
B = 33.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#375647 (or 0x375647) is known color: Plantation. HEX triplet: 37, 56 and 47. RGB value is (55,86,71). Sum of RGB (Red+Green+Blue) = 55+86+71=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #375647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375647 is #C8A9B8. Grayscale: #4B4B4B. Windows color (decimal): -13150649 or 4675127. OLE color: 4675127.

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

Color convert

RGB 55 86 71 -
CMYK 0.36 0 0.17 0.66
HSL 150.97º 0.22% 0.28% -
HSV(B) 150.97º 0.36% 0.34% -
XYZ 6.04 7.92 7.17 -
YUV 75.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 55 86 71 0.36 0 0.17 0.66 150.97 0.22 0.28
Hex 37 56 47 24 0 11 42 97 16 1C
Octal 67 126 107 44 0 21 102 227 26 34
Binary 110111 1010110 1000111 100100 0 10001 1000010 10010111 10110 11100

Color Harmonies of #375647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375647

Black with #375647

Text Example


Text Example

White with #375647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375647; }

 p { color: rgb(55,86,71); }

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

background-color css

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

 a { background-color: rgb(55,86,71); }

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

border-color css

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

 span { border-color: rgb(55,86,71); }

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